Can a class with private constructor be extended?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructor and virtual function? Can we call a virtual function in a constructor?
where to use join method and explain with real time senario?and programatical explenation also..
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
How to use string tokenizer class.
What is the numeric promotion?
If circular link of two objects, then will it be garbage collected ?
How is rounding performed under integer division?
What are parent methods and how can you call them?
Which collections are thread safe in java?
What is a boolean structure?
What is type parameter 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.