Is java is a fully object object oriented language?
Answers were Sorted based on User's Feedback
Answer / pankaj
JAVA is fully object oriented language, because we make
main() method inside the class . it satisfies all features
of OOPS
| Is This Answer Correct ? | 25 Yes | 71 No |
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Which one will take more memory: an int or integer?
What is collection class in java? List down its methods and interfaces.
What is an object class?
why abstract class will have a constructor?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
what is meant by Byte code concept in Java?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What is use of a abstract variable?
Difference between current previous versions of Java?
Can we serialize singleton class?
what is wrapper class and its uses?