Answer Posted / durgesh kumar mandal
Java is pure object oriented programing because we have need
creating object there is no any scope of procedural
programing and object but in c++ we can use both procedure
programming as well as object oriented programing
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
In the below example, what will be the output?
How do you sort a string in alphabetical order in java?
What do you mean by flow of struts?
Explain the importance of throwable class and its methods?
What is a conditional statement explain with example?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Do I need to import java.lang package any time? Why?
Explain jdk, jre and jvm?
How do you escape sequences in java?
How to check if linked list contains loop in java?
What is meant by main method?
what is the difference between Object Based Language and Object Oriented Language?
Can we create an object of static class in java?
how do I create a runnable with inheritance? : Java thread