Answer Posted / jagdisg prajapati
java is a pure object oriented language because all
applications are created inside the class in java. We can
not create structure in java but structure are created in c++.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How do you check if an arraylist is not empty?
What is meant by data hiding/encapsulation?
Why are constructors used?
Which collection is best for sorting in java?
What is the relationship between clipping and repainting under awt?
What is the difference between import java.util.date and java .util?
What is exception handling in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Which is easier .net or java?
does java support pointers?
Can you pass functions in java?
Does java have a compiler?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What are the different tags provided in jstl?
When should you make a function static?