Tell us something about different types of casting?


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

Post New Answer

More Core Java Interview Questions

What is "this" keyword in java? Explain

0 Answers  


What is the difference between I ++ and ++ I in java?

0 Answers  


what is associative array

1 Answers   Tech Mentro,


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  






What are the main differences between the java platform and other platforms?

0 Answers  


What is an exception?

6 Answers  


what is default layout of JFrame class?

6 Answers  


When we can access the static data member without creating the object what is the need of the object in java.

5 Answers   Airhub, ssinformatics,


What is a heavyweight component?

0 Answers  


Why does java not support operator overloading?

0 Answers  


What is the purpose of void?

0 Answers  


Categories