What is a line separator in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is jit compiler ?
Why static functions are used?
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.
Why super is first line in java?
What is autoboxing and unboxing?
What is default specifier ??? Use of default specifier ???
What does string intern() method do?
What is the size of int in 64-bit jvm?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Can we call virtual funciton in a constructor ?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
What is race condition ?? (Threading concept) TCS 2 sept10