What is default specifier ??? Use of default specifier ???

Answer Posted / malli

default specifier:
with out mention any access specifier (private,
public,protect) is called default specifier.

ex://default// class Manager
{
}

use:

we can assign any default access specifier to particular
classes those classes we can use with in same package.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean that a method or field is “static”?

553


When parseint method can be used?

543


What is Java Package and which package is imported by default?

602


What is difference between null and void?

537


What is a final class ?

608






What is t in generics in java?

565


What is a data structure java?

511


What are the methods of object class ?

565


Which class is used by server applications to obtain a port and listen for client requests?

500


How do you sort in ascending order in java?

526


What is entry in java?

537


Which arithmetic operations can result in the throwing of an arithmeticexception?

601


Explain reverse a linked list recursive java solution?

535


Explain serialization and deserialization in java?

558


what are abstract functions?

568