what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answer Posted / prasanna
public
private
protected
default
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What happens to a static var that is defined within a method of a class?
Difference between arraylist and vector.
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
How many types of memory areas are allocated by jvm?
What does percent mean in java?
What is the difference between a method and a function in alice?
Is null a value?
How can we find the sum of two linked lists using stack in java?
What type of variable is error flag?
Can I extend singleton class in java?
What are static blocks in java ?
What is your platform?s default character encoding and how to know this?
What is the difference between a choice and a list?
What is charat ()?
Explain about anonymous inner classes ?