What is the default modifier in Interface?

Answer Posted / prashant renge

Public is the default modifier for interface

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you inherit from an abstract class java?

757


What is autoboxing and unboxing?

769


Who developed java?

766


What is the difference between numeric and integer?

746


What is stored procedure. How do you create stored procedure ?

1747


Is singleton class thread safe?

753


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.

2491


Explain the difference between abstract class and interface in java?

757


If a method is declared as protected, where may the method be accessed?

751


When we should use serialization?

802


What is an infinite loop?

791


What are the benefits of operations?

714


What are extraneous variables examples?

753


What is the use of http-tunneling in rmi?

808


What are the two ways of implementing multi-threading in java?

1164