What is difference between static variable and global variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between array and arraylist in java?
how can i use a nonsynchronized hashtable?
What are hot spots in Java programming?
Name few java 8 annotations ?
Why are parameters used in functions?
What is the role of the java.rmi.naming class?
What is try-with-resources in java?
Is Java a dying language?
What do you understand by the term polymorphism?
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
How do you compare two objects?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?