why java uses class level type casting ?


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

Post New Answer

More Core Java Interview Questions

What are virtual functions?

2 Answers  


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

0 Answers  


What is the private method modifier?

0 Answers  


What is the latest java version?

0 Answers  


what are Checked & Unchecked exceptions ?

2 Answers  






what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,


What is variable and its types?

0 Answers  


What kind of variables can a class consist?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Can you pass functions in java?

0 Answers  


What is the difference between Array and Hash Table?

0 Answers   Impetus,


Explain the difference between collection api and stream api in java8?

0 Answers  


Categories