Explain the importance of throws keyword in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the limitations for static method?
what is the use of servlet engine?
when should you use stringbuilder class in a program?
How to handle a web browser resize operation?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Sample code to retrieve objects from HashMap in sorted ascending order?
What is a class component?
What is the difference between preparedstatement and statement in java?
Difference between object instantiation and construction ?
What is consumer in java?
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); } }
What is string data?