Challenger App

No.1 PSC Learning App

1M+ Downloads
ജാവയുടെ ആദ്യത്തെ പേരെന്താണ് ?

AOak

BKiosk

CSun

DKisek

Answer:

A. Oak

Read Explanation:

  • ജാവ ഒരു ഉയർന്ന തലത്തിലുള്ള , ക്ലാസ് അധിഷ്‌ഠിത , ഒബ്‌ജക്റ്റ്-ഓറിയൻ്റഡ് പ്രോഗ്രാമിംഗ് ഭാഷയാണ്
  • ജെയിംസ് ഗോസ്ലിംഗ് , മൈക്ക് ഷെറിഡൻ, പാട്രിക് നോട്ടൺ എന്നിവർ 1991 ജൂണിൽ ജാവ ലാംഗ്വേജ് പ്രോജക്റ്റ് ആരംഭിച്ചു .
  • ഗോസ്ലിംഗിൻ്റെ ഓഫീസിന് പുറത്ത് നിൽക്കുന്ന ഒരു ഓക്ക് മരത്തിൻ്റെ പേരിലാണ് ഈ ഭാഷയെ ആദ്യം ഓക്ക് എന്ന് വിളിച്ചിരുന്നത് .
  • പിന്നീട് ഈ പ്രോജക്റ്റ് ഗ്രീൻ എന്ന പേരിൽ പോയി , ഒടുവിൽ ഇന്തോനേഷ്യയിൽ നിന്നുള്ള ഒരു തരം കാപ്പിയായ ജാവ കോഫിയിൽ നിന്ന് ജാവ എന്ന് പുനർനാമകരണം ചെയ്യപ്പെട്ടു .
  • സിസ്റ്റത്തിനും ആപ്ലിക്കേഷൻ പ്രോഗ്രാമർമാർക്കും പരിചിതമായ C / C++ ശൈലിയിലുള്ള വാക്യഘടന ഉപയോഗിച്ചാണ് ഗോസ്ലിംഗ് ജാവ രൂപകൽപ്പന ചെയ്തത്.

Related Questions:

Which are the two of the most commonly used languages for CGI Common Gateway Interface scripts?
Which of the following classes in Java does not generate item events?
Which of the following programming language is classified as low level language ?

Which of the following statement is /are correct about member functions in a C++ Class?

(i)A member function is defined only outside the class

(ii)A member function with the same name as its class is called a constructor

(iii)A member function operate on class data

In object-oriented programming (OOP), which of the following concepts allows different classes to be treated as instances of the same superclass?