what release of java technology are currently available what
do they contain?
Answer / ananthakrishnan
Currently 1.6 were available. New things were annotation
introduced.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does java not support operator overloading?
What is an immutable class? How to create an immutable class?
What is a resource leak ?
Is Constructor possible in abstract class in java ?
What are null interfaces in JAVA ? and give me some examples?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the exact difference in between unicast and multicast object? Where we will use?
Give us a program to check for parenthesis matching using stack.
What is a instance variable in java?
What do you mean by flow of struts?
What is the purpose of garbage collection in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?