Can we create a class inside a class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between throw and throws?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
what is meaning of JIT?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is a stream? what are the different types and classes of Streams?
What is 32 bit float?
How to implement a multithreaded applet?
Does list allow duplicates in java?
What is busy spin, and why should you use it?
Explain what is Marker interface?
Can we have try without catch block?
What is a package in java? List down various advantages of packages.