Can an object be null?


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

Post New Answer

More Core Java Interview Questions

Enlist few advantages of inheritance?

0 Answers  


Can you make a constructor final in Java?

0 Answers   SwanSoft Technologies,


What is an argument java?

0 Answers  


How would you format a date in java? I.e. In the ddmmyyy format?

0 Answers  


What is meant by javabeans?

0 Answers  


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


Why does java not support operator overloading?

0 Answers  


What are the basic concepts of OOPS in java?

0 Answers   Axtria, ITC Indian Tobacco Company,


What are different access specifiers in java? Explain

0 Answers  


Are registers volatile?

0 Answers  


what is meta-Inf?

2 Answers   Polaris,


Which package has light weight components in java programming?

0 Answers  


Categories