What about static nested classes in java?
diff. b/w JAVA and javascript...
What is the benefit of inner classes in java?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
How does Vector implement synchronization?
what is the difference between String s="hello"; and String s=new String("hello");?
what is request processor?
What is a lock or purpose of locks in java?
What are the main uses of the super keyword?
What are the drawbacks of singleton class?
What is the difference between iterator and list iterator?
What is a treeset class?
can you program for reverse string?