What is the difference between char and char *?
No Answer is Posted For this Question
Be the First to Post Answer
how to one war file class to another war file class?
Are there structures in java?
What is the difference between the final method and abstract method?
What is sortedset in java?
What interface is extended by awt event listeners?
What is the difference between static class and normal class?
could you run the java program without main method?
How can we break singleton in java?
What is nested class?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
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
Highest level event class of the event-delegation model?