Is empty string in java?


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

Post New Answer

More Core Java Interview Questions

Does the order of public and static declaration matter in main method?

0 Answers  


Why is java multithreaded?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What are different types of arrays?

0 Answers  


Which is the best way of exception handling?

2 Answers   Oracle,


Which one will take more memory: an int or integer?

0 Answers  


can java object be locked down for exclusive use by a given thread? : Java thread

0 Answers  


What is the difference between logical data independence and physical data independence?

0 Answers  


Can a static class implement an interface?

0 Answers  


How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?

1 Answers  


What is static keyword?

0 Answers  


What is unicode in java?

0 Answers  


Categories