What is the difference between char and char *?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between abstract classes and interfaces?
Is set sorted in java?
Can I learn java in 3 months?
What is the length of a string?
wat is class level lock and object level lock
what is the purpose of class "Object" which is base class for all classes?
Explain yield() method in thread class ?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is an empty string in css?
Why can't you declare a class as protected?
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.
How to make a class immutable?