wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA

Answers were Sorted based on User's Feedback



wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JA..

Answer / guest

default specifier is private

default constructor is className(){}

there is no default method in java

Is This Answer Correct ?    7 Yes 15 No

wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JA..

Answer / avnish kumar dubey

obj

default constructor

main

Is This Answer Correct ?    5 Yes 18 No

Post New Answer

More Core Java Interview Questions

What is a class instance variable?

0 Answers   Tech Mahindra,


Are nested try statements are possible?

2 Answers  


What is boolean in java?

0 Answers  


What are actual parameters?

0 Answers  


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


how can you catch multiple exceptions in java?

0 Answers   Cyient,


What are white spaces in java?

0 Answers  


Can you inherit from an abstract class java?

0 Answers  


How is object created in java?

5 Answers   Cap Gemini,


enlist some features of jdk.

0 Answers  


What restrictions are placed on method overloading and method overriding?

5 Answers  


Which collection is ordered in java?

0 Answers  


Categories