How do you access command-line arguments within the code?


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

Post New Answer

More Core Java Interview Questions

what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


Is java map thread safe?

0 Answers  


How do you override a variable in java?

0 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


Explain java coding standards for interfaces?

0 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


Is a class an object?

0 Answers  


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

0 Answers   Amdocs,


How do you start a new line in java?

0 Answers  


what is the use of thread?Justify it by project point of view

7 Answers  


What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?

0 Answers  


How can we access some class in another class in java?

0 Answers  


Categories