give me the answer of this code
class A extnds String
This code we can write r not in Java? Explain?
Answer Posted / ashwini kumar vatsa
class A extends String
because String is a pre defined class that is bind with java
api.so when we declares this statements that means we want to
access the api class String,but it cannot be access by the
users.
Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
Explain the features of interfaces in java?
What are triggers in DB? Explain their types. How do they work?
What are the advantages of java inner classes?
What are the differences between processes and threads?
What is annotation in java?
Explain restrictions on using enum?
What do you mean by collectors in java 8?
How many techniques can be employed to create a string object?
Why a dead thread occurs?
What is the covariant return type?
what are the states associated in the thread? : Java thread
Describe the Big-O Notation.
What is the point of java?
How will you communicate between two applets?
Can we create more than one object singleton class?