Welcome to www.qatutorials.com!!!!
      
      
Question Answer Tutorial Search
Home Search Add Question JAVA Core JAVA

Multi Threading

Collection JDBC SWING SERVLET JSP Advance Java Other Struts
Hibernate Mock Test Contact Feedback
Home
Search
Add Question
JAVA
Core JAVA

Multi Threading

Collection
JDBC
SWING
SERVLET
JSP
Advance Java Other
Struts
Hibernate
Mock Test
Subscribe/Unsubscribe
Email:
Social Media
Facebook

Misc Tutorials

References

Question and Answer Tutorial
Tutorials Point
Stack Overflow

Question Answer Tutorial - JAVA->Multi Threading

First Previous 1 2 3 4 5 6 Next Last
                        
Question: What is the name of the method used to start a thread execution?

Answer: start();
Question: What is multithreaded programming?
Answer: It is a process in which two or more parts of 
;same process run simultaneously
Question: Which two are valid constructors for Thread?

    a.) Thread(Runnable r, String name) 
    b.) Thread() 
    c.) Thread(int priority) 
    d.) Thread(Runnable r, ThreadGroup g) 
    e.) Thread(Runnable r, int priority) 

Answer: a & b
Question: Which of these are types of multitasking?
Answer: Process and Thread based
Question: Which of these packages contain all the Java’s built in exceptions?
Answer: java.lang
First Previous 1 2 3 4 5 6 Next Last
Comment:
Name:Email:
Contact No.:
Copyright © 2014 by SBJ Group. All Rights Reserved. Developed and maintained by SBJ Group. Supported on Internet Explorer browser only