What are inbuilt functions in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can a class with private constructor be extended?

0 Answers  


what is business delegate?

2 Answers   TCS,


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.

9 Answers  


Are floats faster than doubles?

0 Answers  


Why is stringbuffer thread safe?

0 Answers  


what is the volatile modifier for? : Java thread

0 Answers  


Is array a class in java?

0 Answers  


Are generics important java?

0 Answers  


Explain about the dynamic behavior of core java?

0 Answers  


Explain about procedural programming language or structured programming language and its features?

0 Answers  


Which of the following is not an isolation level in the JDBC

0 Answers   CTS,


What is currentthread()?

0 Answers  


Categories