If a method is declared as protected, where may the method be accessed?
No Answer is Posted For this Question
Be the First to Post Answer
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
What is the difference between Integer and int?
When is an object in the mean to garbage collection?
What is the java virtual machine?
What are the features in java?
Can an object be garbage collected while it is still reachable?
What are different types of references?
How to disable caching on back button of the browser?
Is upper case in java?
Does list maintain insertion order java?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
How can you take string into InputStream?