What are the features of java?


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

Post New Answer

More Core Java Interview Questions

What is super in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is the difference between iterator and enumeration ?

0 Answers  


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


How do you clear an arraylist in java?

0 Answers  






why marker interfaces are there in java

4 Answers   Digital Group,


What are the 2 types of java programs?

0 Answers  


What are the interfaces defined by Java.lang package?

1 Answers  


What are encapsulation, inheritance and polymorphism?

0 Answers  


What is a arraylist in java?

0 Answers  


how would you implement a thread pool? : Java thread

0 Answers  


what is the difference between process and thread? : Java thread

0 Answers  


Categories