Can we extend singleton class?
No Answer is Posted For this Question
Be the First to Post Answer
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
How do you add spaces in java?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Name the immediate superclass of the MenuComponent class?
Can we call virtual funciton in a constructor ?
How do I remove a character from a string in java?
where final and static variable stored?
why ,we are using jsp and html.which one is better?
What is the Concept of Encapsulation in OOPS
What is bifunction in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.