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 3-tier model?

3 Answers   Wipro,


What is the use of java?

0 Answers  


How do you set security in applets?

1 Answers   Wipro,


What does method mean?

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 abstract class constructor called?

0 Answers  


Enlist few advantages of inheritance?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What do the thread?class methods run() and start() do?

0 Answers  


What is the specification of ?CODEBASE? in an applet?

1 Answers  


What is a nested structure?

0 Answers  


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


Categories