Can java cast null?


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

Post New Answer

More Core Java Interview Questions

What is ternary operator?

0 Answers  


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Explain runtime exceptions?

0 Answers  


What are identifiers in java?

0 Answers  






Explain the use of javap tool.

0 Answers  


When does Exception occurs?

3 Answers  


What does int [] mean in java?

0 Answers  


Why parsing is done?

0 Answers  


Can we start a thread twice in java?

0 Answers  


What is set in java?

0 Answers  


How are this() and super() used with constructors in java programming?

0 Answers  


Categories