Is java pass by value or pass by reference?
No Answer is Posted For this Question
Be the First to Post Answer
where u use Abstraction and Interface in real time
where singleton classes are used in j2ee web application.can we use it for connection pooling.
Is ruby built on java?
What is Restrictions in hibernate?
How to split a string in java?
What is an infinite loop in java? Explain with an example.
Can you start a thread twice in Java?
What is general methodology?
What are the main uses of this keyword?
Can we make a constructor final?
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; } }
How do you identify if jvm is 32-bit or 64-bit from java program?