Why are generics used?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best ide for java?
What is the difference between a factory and abstract factory pattern?
What is the Layout for ToolBar?
What is core java used for?
What is locale?
What do you mean by access modifier?
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 the difference between JDK and JVM?
Why non nested classes in java are not having marked as protected access specifier
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
What is the difference between an argument and a parameter?
What is the difference between call by reference and call by pointer?