Answer Posted / chaithanya
class is called abstract data type.
why because class supports abstraction
abstraction means representing essential features without including the backround details.class contains data and functions.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why are pointers not secure?
How do you achieve singleton?
Can variables be used in java without initialization?
Why string is immutable or final in java
Can bool be null?
What are drawbacks of singleton class?
5 Coding best practices you learned in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is double checked locking in singleton?
How does predicate work in java?
What is difference between Heap and Stack Memory?
how to create constants in java?
What is the difference between yield() and sleep()?
Why convert an applet to an application?
What technique can be employed to compare two strings?