What is the requirement of thread in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are triggers in DB? Explain their types. How do they work?
Is multiple inheritance allowed in Java? Why ?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
jdbc drivers?
What is Locale class?
what is translator and it types
What is the purpose of the system class in java programming?
How many types of voids are there?
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 does java ide mean?
What is the difference between abstraction and encapsulation?
Can we have more than one package statement in the source file?