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

import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What class allows you to read objects directly from a stream?

0 Answers  


Is it possible to write static method in abstract class? justyfy your answer?

5 Answers   Hexaware,


Explain what are final variable in java?

0 Answers  


how to run ecllipse with jettyserver for windows environment using batch file

0 Answers  






What is the basic difference between string and stringbuffer object?

0 Answers  


How many bits is a char?

0 Answers  


What is the middleware?

2 Answers  


What is difference between static and abstract class?

0 Answers  


What is the difference between a loader and a compiler?

0 Answers   Syntel, Visa,


What is the basic of java?

0 Answers  


Life Cycle of Thread

4 Answers   IBM,


Categories