Can constructor be protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a substitution variable?
What is computer compiler?
How is object created in java?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What are thread priorities and importance of thread priorities in java?
What happens if constructor is private?
What is the difference between compile-time polymorphism and runtime polymorphism?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Difference between the String and StringBuffer classes?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
what is the logic inside any default constuctor?