What is arrays sort in java?
No Answer is Posted For this Question
Be the First to Post Answer
how to use finalize()Method to resources
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Name the package that most of the AWT events that supports event-delegation model are defined?
What is linked hashset and its features?
What is the size of int in 64-bit jvm?
Does java have extension methods?
How do you reverse sort a list in java?
Explain the difference between throw and throws in java?
Can a class have 2 constructors?
What is java util?
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 final method?