answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What is acess spacifier in java?

An Access Modifier is a key word in java that determines what level of access or visibility a particular java variable/method or class has. There are 4 basic access modifiers in java. They are: 1. Public 2. Protected 3. Default and 4. Private Private is the most restrictive access modifier whereas public is the least restrictive. Default is the access protection you get when you do not specifically mention an access modifier to be used for a java object.


Discuss the different level of access protection in java?

An Access Modifier is a key word in java that determines what level of access or visibility a particular java variable/method or class has. There are 4 basic access modifiers in java. They are: 1. Public 2. Protected 3. Default and 4. Private Private is the most restrictive access modifier whereas public is the least restrictive. Default is the access protection you get when you do not specifically mention an access modifier to be used for a java object.


Define protected access modifire in c plus plus?

The access privileges in c++ are 1.public 2.private 3.protected and by default its private


Which is java default access specifier?

There is no such thing as an access specifier in Java. There are access modifiers.The default access modifier if unspecified is to allow access to classes in the current package only, except within an interface where the default is 'public'


What is a default access specifier for variable in c sharp?

Default access specifier in c# is private. if you don't specify it automaticaly takes it as private.

Related Questions

What is a true statement concerning the private key on a Common Access Card?

A true statement concerning the private key on a common access card is that the user of the card is granted access only by use of a PIN. PIN stands for Personal Identification Number.


What is the easiest way to give others access to a file that you have encrypted?

Encrypt ur data by ur private key ....and give the public key to ur private key to the entitled person .....whom u want to give the data....!!


What is the easiest way to give other access to a file that you have encrypted?

Encrypt ur data by ur private key ....and give the public key to ur private key to the entitled person .....whom u want to give the data....!!


What is the wep key for qwest2384?

That'll be someone's own personal, private router. If you don't know the WEP key, you almost surely aren't authorised to access it.


How does public key decryption work in ensuring secure communication over the internet?

Public key decryption works by using a pair of keys - a public key and a private key. The public key is used to encrypt data, which can only be decrypted by the corresponding private key. This ensures secure communication over the internet because only the intended recipient, who possesses the private key, can decrypt the data. This method helps prevent unauthorized access to sensitive information during transmission.


What are the examples of public and private key?

example for the private and public key


What are the roles of Public and Private Key?

A user's private key is kept private and known only to the user. The user's public key is made available to others to use. The private key can be used to encrypt a signature that can be verified by anyone with the public key. Or the public key can be used to encrypt information that can only be decrypted by the possessor of the private key


Explain different access modifier in java?

An Access Modifier is a key word in java that determines what level of access or visibility a particular java variable/method or class has. There are 4 basic access modifiers in java. They are: 1. Public 2. Protected 3. Default and 4. Private Private is the most restrictive access modifier whereas public is the least restrictive. Default is the access protection you get when you do not specifically mention an access modifier to be used for a java object.


What is the file extension used by default for a certifcate file that contains the private key?

*.pfx contains the private key and *.cer does not contain the private key


What is the file extension used by default for a certificate file that does not contain a private key?

.cer for file without private key, .pfx for file with private key


Is Kerberos a private key encryption?

Kerberos is an example of a private key encryption service.


What is acess spacifier in java?

An Access Modifier is a key word in java that determines what level of access or visibility a particular java variable/method or class has. There are 4 basic access modifiers in java. They are: 1. Public 2. Protected 3. Default and 4. Private Private is the most restrictive access modifier whereas public is the least restrictive. Default is the access protection you get when you do not specifically mention an access modifier to be used for a java object.