Why java is not 100% object-oriented?
Java is not 100% Object-oriented because it makes use of eight primitive data types such as boolean, byte, char, int, float, double, long, short which are not objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is rmi and steps involved in developing an rmi object?
Differentiate between overriding and overloading cases?
What are the differences between heap and stack memory?
What is a list in java?
What is main method?
What java ide should I use?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Name the method that is used to set a TextComponent to the read-only state?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
What do you understand by classes in java?
Explain naming conventions for packages?
What access modifiers can be used for class ?