What about abstract classes in java?
What is volatile keyword in java
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
What is the use of set in java?
Does java return by reference?
Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
Why set is used in java?
How to run a JAR file through command prompt?
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?
Explain with example the concept of constant variable in java.
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
Is array passed by reference in java?
What is the use of http-tunneling in rmi?