How is string stored in java?


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

Post New Answer

More Core Java Interview Questions

can we access the method of class without creating the object of the class

3 Answers  


How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?

3 Answers   IBM,


What is a protected class in java?

0 Answers  


What is meant by packages?

4 Answers  


If an application has multiple classes in it, is it okay to have a main method in more than one class?

0 Answers  






What are different access specifiers in java?

0 Answers  


how can we synchronize Hash map?

3 Answers   CTS,


How the threads are synchronized?

2 Answers   BMC, CTS,


Is java map thread safe?

0 Answers  


What string is utf8?

0 Answers  


Explain public static void main(string args[]) in java.

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Categories