Can this keyword be used to refer static members?


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

Post New Answer

More Core Java Interview Questions

What are wrapper classes?

11 Answers   Noah Solutions,


What is difference between null and void?

0 Answers  


What is the access scope of protected access specifier?

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,


Can inner class have constructor?

0 Answers  






What is xslt in java?

0 Answers  


Which is a valid identifier?

0 Answers  


Is 'null' a keyword?

8 Answers  


What do you mean by platform independence of Java?

0 Answers  


What are interfaces?

3 Answers  


What are inner classes or non static nested classes in java?

0 Answers  


What is exception hierarchy in java?

0 Answers  


Categories