What is * argv?


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

Post New Answer

More Core Java Interview Questions

How to perform Singleton of the java class object on multi JVM?

2 Answers  


Explain about global variables in Java?

3 Answers  


what is difference between throw and throws in exception?

48 Answers   Spenco,


Is there any case when finally will not be executed?

0 Answers  


What is the arraylist in java?

0 Answers  






Matrix multiplication only using OOP concepts .

0 Answers  


What is a char in java?

0 Answers  


Where is const variable stored?

0 Answers  


What is the byte range?

0 Answers  


Can an interface have a class?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


When should you use arraylist and when should you use linkedlist?

0 Answers  


Categories