If a method is declared as protected, where may the method be accessed in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Java is based on pass by reference or pass by value ..
justify c is portable
How do you sort in descending order in java using collections sort?
If circular link of two objects, then will it be garbage collected ?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
What is the difference between yield() and sleep()?
Can a constructor have different name than a class name in java?
What is singletonlist in java?
Does java support multiple inheritances?
If a variable is declared as private, where may the variable be accessed?
Diff between Comparator and Comparable?
What is scope & storage allocation of global and extern variables? Explain with an example