How do you include a string in java?


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

Post New Answer

More Core Java Interview Questions

What is java dot?

0 Answers  


what is object slice?

0 Answers  


What is the use of a copy constructor?

0 Answers   Flextronics,


Does java trim remove newline?

0 Answers  


What is anti pattern in java?

0 Answers  






What is the use of join method?

0 Answers  


How can i add a button in applet in java ???

2 Answers  


What is variable and its types?

0 Answers  


When abstract methods are used?

1 Answers  


Explain the public class modifier?

0 Answers  


Is zero a positive integer?

0 Answers  


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,


Categories