Can we create a class inside a class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is a short in java?
What are computer functions?
What are access modifiers in Java ?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
how does multithreading take place on a computer with a single cpu? : Java thread
How will you compute size of a structure?
Why singleton class is used in java?
What is meant by JVM ?
What is anagram word?
What is a programming object?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?