What does it mean to be immutable?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by checked exceptions?
What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
How to add menushortcut to menu item?
What is double word?
what release of java technology are currently available what do they contain?
What is an example of a conditional statement?
Why object class is super class for every class in java?
Is set sorted in java?
What is a class component?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
what are literals in java?