How do you access command-line arguments within the code?
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; } }
Is java map thread safe?
How do you override a variable in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Explain java coding standards for interfaces?
Difference between a MenuItem and a CheckboxMenuItem?
Is a class an object?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
How do you start a new line in java?
what is the use of thread?Justify it by project point of view
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?
How can we access some class in another class in java?