What are the differences between wait() and sleep()?
No Answer is Posted For this Question
Be the First to Post Answer
Does apple use java?
Wha is the output from system.out.println(“hello”+null); ?
what is filters and its use?
What is the significance of continue jump statement? Explain with an example.
Can a class be a super class and a sub-class at the same time? Give example.
Why hashmap is used in java?
What is unicode?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
Does Java support multiple Inheritance?
What does n mean?
What do you mean by garbage collection used in java?