How will you invoke any external process in java?
No Answer is Posted For this Question
Be the First to Post Answer
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What is an array length?
How can we create a thread in java?
What is a copy constructor in java?
What is non static block in java
10 Answers Emphasis, Ness Technologies,
What is multi level inheritance in java?
what is the replacement method of stop() of thread
What is the base class of all exception classes?
How many bytes is 255 characters?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
Where local and global variables are stored?
how to identify duplicate values in arraylist