Why string is a class?


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

Post New Answer

More Core Java Interview Questions

What is a boolean field?

0 Answers  


What is numeric promotion?

1 Answers  


What are different data structures in java?

0 Answers  


Can we have any code between try and finally blocks?

0 Answers  


Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


What happens if constructor is private?

0 Answers  


What is the order of method invocation in an Applet?

1 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  


what is the purpose of using rmisecuritymanager in rmi?

0 Answers  


What is substring 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 pojo class in java?

0 Answers  


Categories