What is variable explain with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the null?
What is contractor means and methods?
Can a function return a function?
What is the difference between a vector & an array list?
Describe the term diamond problem.
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; } }
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is left shift and right shift?
Need to use public,static keywords in main function?
What is the exception hierarchy in java?
what is mean by method signature?
What is the reason that multiple inheritance is not possible in java??