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
What are the disadvantages of using inner classes?
Why are the methods of the math class static?
How do you create a first line indent?
What is variable length arguments in java?
Can we use static class instead of singleton?
What is a data structure java?
Java.util.regex consists of which classes?
What do you mean by platform independence of Java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
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
What is return keyword in java?
What are static variables and functions?
Can we have multiple classes in a single file?
Difference between method overloading and overriding.
If an application has multiple classes in it, is it okay to have a main method in more than one class?