Does java support function overloading, pointers, structures, unions or linked lists?


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

Post New Answer

More Core Java Interview Questions

Highest level event class of the event-delegation model?

0 Answers  


What is immutability in java?

0 Answers  


How will you load a specific locale?

0 Answers  


Why Java is a platform independent language?

6 Answers   Wipro, Zensar,


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  






What is the difference between compiler and jvm?

0 Answers  


What is anonymous class?

2 Answers  


What two classes are used to read data only?

0 Answers   TryTechnicals Pvt Ltd,


Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,


What are default methods ?

0 Answers  


Can we compare two strings in java?

0 Answers  


What is meant by final class?

0 Answers  


Categories