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
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What does super keyword do?
What environment variables do I need to set on my machine in order to be able to run java programs?
Write a code to create a trigger to call a stored procedure
What is meant by final class?
How do I get the | symbol on my keyboard?
What is public static?
Is upper case in java?
define polymorphism in java
What state does a thread enter when it terminates its processing in java programming?
What is stored procedure. How do you create stored procedure ?
Can we override a variable in java?
What is a marker interface?
What does the string method compareto () do?
What are the characteristics of Final,Finally and Finalize keywords.