JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / shobhit jain
Java is not completely object oriented language as it has
still got built in data types like int, float etc for which
we do not create objects.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / gganesh
Yes, the JAVA is the fully object oriented, bcoz in java we
can create object for main function also, bcoz main function
written in class
| Is This Answer Correct ? | 11 Yes | 6 No |
Answer / umashankar mishra
yes..becoz every thing place in class including main()
and object is created by new operator
| Is This Answer Correct ? | 1 Yes | 1 No |
how to swap to variables without using thrid variable in java?
Program to open a file with First argument
When you define a integer it gets stored in which data structure?(Stack or a heap)
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
can we make game by using c
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What is abstract class in oop?
Which is the only operator in C++ which can be overloaded but NOT inherited?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can java compiler skips any statement during compilation time?
What is encapsulation in oops?