What is the return type of the main method?
No Answer is Posted For this Question
Be the First to Post Answer
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
How to create packages in java?
Is null an object in java?
What does string [] args mean?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
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 aggregation and composition ?
When abstract methods are used?
Are maps ordered java?
Is java util regex pattern thread safe?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
What is split return?