1. 'Java' programming languages is developed by ?

Answer: James Gosling

Reply

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

Comments

Show Similar Question And Answers
QA->'Java' programming languages is developed by ?....
QA->C, BASIC, COBOL and JAVA are examples of ----- languages.....
QA->The B-programming language was developed by ?....
QA->'C' programming language was developed by ?....
QA->Which Asian languages are UN official languages?....
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->With reference to the Sindhi, Sanskrit and Kashmiri languages, which among the following statements is/ are correct? (1) All these languages have been included in the 8th Schedule of Constitution of India (2) All these languages are not the official languages of any state in India (3) All these languages are classical languages of India Choose the correct option from the codes given below:...
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->Consider the following years and the number of languages in Eighth Schedule of Indian Constitution: (1) 1952 : 14 Languages (2) 1970 : 17 Languages (3) 1996 : 22 Languages Which among the above are correct matches?...
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