answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the following keyword used for on the other hand?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is argument in actionscript?

An argument is a term that refers to keyword values in ActionScript. The number following the keyword phrase in parenthesis is used to reference the frame the keyword reaches prior to acting. It includes a user defined value for the preset keyword.


What is the purpose of the keyword private?

The private keyword is used to ensure that no other classes will be able to access (view or modify) that class member.


Name the following-A key word to use the classes defined in a package?

To access the classes which are present in other packages, we have to import the package to our program using the keyword 'import'. Eg: import packagename.subpackage.Class; OR import packagename.subpackage.*; /*Adds all the class which are present in package*/ 'extends' is the keyword used to inherit the classes defined in other packages.


Is in is used as a keyword in C language?

Neither "in" nor "is" is a keyword in C.


What are some ways glycerol can be used in everyday products?

Glycerol is used in the following: gum, hand sanitizer, & mouthwash. Many other products, I am not listing here.


What is a keyword marketing tool used for?

A keyword marketing tool is used to increase organic traffic by focusing on the most promising keywords. The more a keyword is used by searchers and websites the more attraction it receives.


Can keyword be used as variables?

No, any keyword could be used as a identifier (a method, class or variable name). These keywords have a special meaning in the language and the compiler can not identify if they are used as a variable name or as a keyword,


What is the use of keyword new used in AWT programming?

what is the use of new keyword in awt programming


What keyword is used to invoke user-defined exceptions?

throw is the keyword used to invoke the exception.throw new NoBalanceException("No balance please");


Is super keyword is anologous to this keyword in java?

No. The keyword super is used to refer to the parent class instance while the keyword this is used to refer to the current class instance. You need to learn about Inheritance and Object creation using constructors to learn more about these keywords and their use


Is super keyword is analogous to this keyword in java?

No. The keyword super is used to refer to the parent class instance while the keyword this is used to refer to the current class instance. You need to learn about Inheritance and Object creation using constructors to learn more about these keywords and their use


Does adding the static keyword to the declaration of these variables in your program change their size?

No. The static keyword only specifies the way a method is declared, used and handled by the JVM and the other classes and does not modify the size it occupies in the memory.