Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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 6628wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?
2 4505
How do you sort in ascending order in java?
What is consumer in java?
Where pragma is used?
What does substring mean?
Explain the complete struts validator framework.
Categorize the different types of modules in spring framework.
How dead lock situation occurs in java and how you can identify it?
What is application component provider?
What are advantages of spring usage?
What is string pooling concept?
What class of exceptions are generated by the java run-time system?
Why string is immutable with example?
Why singleton class is used in java?
What is javamail?
Explain the war file?