What are basic data types?
No Answer is Posted For this Question
Be the First to Post Answer
Can we clone singleton object in java?
In which way does a Primitive data type is passed ?
Why are there no global variables in java?
what are the purposes of native, transiant key words?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is downcasting?
What are wrapper classes?
explain System.out.println
107 Answers Calpine Technologies, Care, Cognizant, CTS, IBM, IBS, LibSys, Oracle, Spiro Solutions, TCS,
How do you know if a value is nan?
What is difference between throw and throws ?
Is java is a fully object object oriented language?
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; } }