1. Which is a reserved word in the Java programming language?






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 02 Jun 2017 01.26 am
    The word "native" is a valid keyword, used to modify a method declaration. Option A, D and E are not keywords. Option C is wrong because the keyword for subclassing in Java is extends, not 'subclasses'.
Show Similar Question And Answers
QA->'Java' programming languages is developed by ?....
QA->A word is given in capital letters. It is followed by four words. Out of these four words, three cannot be formed from the letters of the word in capital letters. Point out the word which can be formed from the letters of the given word in capital letters— ARCHITECTURE....
QA->Choose the word opposite in meaning to the word ‘RESERVED’:....
QA->Which general purpose high level programming language was created by Guido van Rossum in the Netherlands?....
QA->Which of the following Programming language is used to create programme like applets?....
MCQ->/ Missing statements ? / public class NewTreeSet extends java.util.TreeSet { public static void main(String [] args) { java.util.TreeSet t = new java.util.TreeSet(); t.clear(); } public void clear() { TreeMap m = new TreeMap(); m.clear(); } } which two statements, added independently at beginning of the program, allow the code to compile? No statement is required import java.util.; import.java.util.Tree; import java.util.TreeSet; import java.util.TreeMap;....
MCQ->Which two can be used to create a new Thread? Extend java.lang.Thread and override the run() method. Extend java.lang.Runnable and override the start() method. Implement java.lang.Thread and implement the run() method. Implement java.lang.Runnable and implement the run() method. Implement java.lang.Thread and implement the start() method.....
MCQ->Which is a reserved word in the Java programming language?....
MCQ->Read the following statements about Java It is well suited to design software which works in conjunction with internet.It is cross platform language.Java is close to programming language C, C ++ etc.It is an object oriented. Which of the above are correct?....
MCQ->Consider the following The first letter of a Java variable is lower case.Each successive word in Java variable begins with a capital letter.All other letters are lower case.A Java variable can have a digit as first character. Which of the above are correct?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution