What is the same as procedures?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use bufferedreader?
What is the different between get and post?
In Serialization, whether you will use Static variables?
What are the 4 types of characters?
How do you convert an int to a double in java?
what is Vector class?
What is a ternary operator in java? What is an interface?
What is the difference between actual and formal parameters?
What are the notations in Java?
What is ph and buffers?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
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); } }