What modifiers are used for interface declaration?
Answers were Sorted based on User's Feedback
Answer / balasubramanian
Access modifier-public
Other modifier-final,abstract
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivas
public modifier is used for interface declaration
| Is This Answer Correct ? | 0 Yes | 1 No |
Why does java have two ways to create child threads? Which way is better?
Who developed java?
what is class.forname() and how it will be useful ?
Explain parallel processing in java8?
What is the purpose of garbage collection in java, and when is it used?
Is int primitive data type?
What is the difference between choice and list?
What is a predicate method?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
What is a 16 bit word?
Are arrays passed by reference in java?
What is unicode with example?