What is ternary operator in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write class inside a class in java?
why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans
why java main method is given as static method?
When does Exception occurs?
Explain naming conventions for packages?
In which way does a Primitive data type is passed ?
What is difference between length and length() method in java ?
What do you understand by soft reference?
What is final?
List implementations of list interface?
Can we clone singleton object in java?
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; } }