How do you use compareto in java?
No Answer is Posted For this Question
Be the First to Post Answer
Why does java have two ways to create child threads?
How does JAVA ClassLoader work?
what is life cycle of applet?
What is thread safe singleton?
What is the default modifier in Interface?
Explain about core java?
What is a generic data type?
What is considered an anti pattern?
What is cr keyboard?
what is aberivation of java?
What exceptions occur during serialization?
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); } }