What is argument in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How do you know if a value is nan?

0 Answers  


What is an array length?

0 Answers  


What is method in java ?

0 Answers  


where u use Abstraction and Interface in real time

3 Answers   Sonata,


Write a program to print all permutations of string?

0 Answers  






What is javac used for?

0 Answers  


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


What is the difference between JVM and JRE?

0 Answers  


Differentiate storage classes on the basis of their scope?

0 Answers   Fidelity,


Define Multiprogramming and Multiprocessing in java.

0 Answers   Akamai Technologies,


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is the difference between a method and a procedure?

0 Answers  


Categories