Is java pure object oriented or not? if yes, give the valid
reason.

Answer Posted / vino

yes,java is pure object oriented.because each main should
enclosed with one class.the class comes under the object
oriented concept only.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of using inner classes?

787


Why are the methods of the math class static?

814


How do you create a first line indent?

744


What is variable length arguments in java?

738


Can we use static class instead of singleton?

831


What is a data structure java?

770


Java.util.regex consists of which classes?

784


What do you mean by platform independence of Java?

771


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

1069


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

1850


What is return keyword in java?

824


What are static variables and functions?

850


Can we have multiple classes in a single file?

735


Difference between method overloading and overriding.

805


If an application has multiple classes in it, is it okay to have a main method in more than one class?

773