what is Abstract DataType?
Answer / 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 |
What is finalize()? Is finalize() similar to a destructor?
How many bits is a boolean?
What is floating data type?
How many bits is a word?
How is object created in java?
When the constructor of a class is invoked?
What is the life cycle of Servlet?
Is it necessary that each try block must be followed by a catch block?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What are the string methods in java?
What are keywords in programming?
Which containers use a FlowLayout as their default layout?