can we declare private class in java file?
Answers were Sorted based on User's Feedback
Answer / aditya kumar
yes,from Java8 we can also declare private and protected Top level classes.....but i am not getting the reason behind this why oracle did it.So if any one has it's explanation plz tell me....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / varsha vilas kalebag
yes we can declare private class in java file
| Is This Answer Correct ? | 46 Yes | 131 No |
What will happens if you opened Internet Explorer 4 times?
Can you make a constructor final in Java?
0 Answers SwanSoft Technologies,
What is the name of the java compiler?
Are floats faster than doubles?
What is the purpose of finalization?
When is finally block not called?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
What is the difference between the final method and abstract method?
what is for datainputstream?
What is not object oriented programming?
What is the Layout for ToolBar?
What is the difference between a Window and a Frame?