Answer Posted / umer gorsi
compile once and run every where that is why its platform independent.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is meant by bytecode?
Is it possible for a yielded thread to get chance for its execution again?
what is the difference between preemptive scheduling and time slicing? : Java thread
Explain different types of wrapper classes in java?
Can we change the scope of the overridden method in the subclass?
What is hasnext in java?
What is the difference between hashmap and hashtable? What is an interface?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
How can you traverse a linked list in java?
How do you use spaces in java?
What is a blocking method in Java?
What does the append?
Why there is no call by reference in java?
What are the features of java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?