Is java good for beginners?


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

Post New Answer

More Core Java Interview Questions

Explain how hashmap works?

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  


Is hashset ordered java?

0 Answers  


Discuss 2D arrays.

0 Answers   Amdocs,


What are decalarations?

0 Answers  


How to sort an unsorted array in java?

0 Answers  


What are the similarities between an array and an ArrayList?

3 Answers  


What is java class writing rules?

1 Answers   Oracle,


Where is the find and replace?

0 Answers  


Why java is not a pure object oriented language?

5 Answers   IBM,


Name the methods in mouse listeners ?

4 Answers  


Is main is a keyword?

0 Answers  


Categories