|
Related Questions |
View Answer |
|
What happens when a thread cannot acquire a lock on an object?
|
View Answer
|
|
What restrictions are placed on method overriding?
|
View Answer
|
|
What restrictions are placed on method overloading?
|
View Answer
|
|
How does multithreading take place on a computer with a single CPU?
|
View Answer
|
|
How are this() and super() used with constructors?
|
View Answer
|
|
What class allows you to read objects directly from a stream?
|
View Answer
|
|
What is the ResourceBundle class?
|
View Answer
|
|
What interface must an object implement before it can be written to a stream as an object?
|
View Answer
|
|
What is Serialization and deserialization?
|
View Answer
|
|
What are the Object and Class classes used for?
|
View Answer
|
|
Can you write Java code for declaration of multiple inheritance in Java ?
|
View Answer
|
|
Write the Java code to declare any constant (say gravitational constant) and to get its value.
|
View Answer
|
|
What are the disadvantages of using threads?
|
View Answer
|
|
What do mean by polymorphism, inheritance, encapsulation?
|
View Answer
|
|
Which Collection class is used for FIFO in Java
|
View Answer
|
|
What synchronization constructs does Java provide? How do they work?
|
View Answer
|
|
Why "bytecode"? Can you reverse-engineer the code from bytecode?
|
View Answer
|
|
Given a text file, input.txt, provide the statement required to open this file with the appropriate I/O
|
View Answer
|
|
When should i used notify() and notifyall() methods on threads
|
View Answer
|
|
What is the Vector class
|
View Answer
|