What is time complexity java?


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

Post New Answer

More Core Java Interview Questions

Which is a valid identifier?

0 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,


What is default specifier ??? Use of default specifier ???

4 Answers   Cognizant, Syntel,


Why is logger singleton?

0 Answers  


What is files manifesting?

0 Answers  






Give me example of derived data types.

0 Answers   Amdocs,


What is the static keyword?

0 Answers  


What is bufferedreader in java?

0 Answers  


basic difference b/w ALL types of JDBC driver.

1 Answers   Systematix,


Can we instantiate interface in java?

0 Answers  


What is currentthread()?

0 Answers  


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  


Categories