What is the difference between stored procedure & function?
What is the difference between instanceof and isinstance?
What is an exception 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; } }
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
What is the main advantage of passing argument by reference?
How do I print a “?
What is style and indentation?
What is the use of an interface?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Why is serialization required?
what is anonymous class in java?
How to extract HashMap values?