Can we create a class inside a class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of web technologies?
what is ejb? what is the importance of ejb?
What are null interfaces? Give some examples?
posted in online test
Why is singleton class used?
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?
What is public static void main?
Is there is any error if you have multiple main methods in the same class?
What is the difference between yield() and sleep()?
Can you tell me range of byte?
what is difference betwenn Access Specifier and Access Modifier ????
What is void in java?