Can you pass functions in java?


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

Post New Answer

More Core Java Interview Questions

Is special character in java?

0 Answers  


Difference between serialization and deserialization in java?

0 Answers  


What is a prefix function.write down a code to compute prefix function.

0 Answers  


What is method reference in java?

0 Answers  


Does hashset allow duplicates in java?

0 Answers  


Explain inner classes ?

0 Answers  


how to connect one jsp page to another jsp page????

6 Answers   IIT, Symphony,


What are serialization and deserialization?

0 Answers  


what is the difference between statis block and static variable

7 Answers  


What is string syntax?

0 Answers  


What are the library functions in java?

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