What modifiers are used for interface declaration?

Answer Posted / srinivas

public modifier is used for interface declaration

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do singleton patterns work?

519


What is locale in java?

579


What Is Composition?

584


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

1853


Why does abstract class have constructor?

562






How many bytes is string in java?

612


What are data types in oop?

555


Explain what is Marker interface?

620


What's the purpose of using break in each case of switch statement?

514


Which access specifier can be used with class ?

535


What are the new features in java 8? Explain

561


Which is the best sorting technique in java?

527


How many threads can java run?

561


What is the driver class?

567


How to change value in arraylist java?

506