The Tutorials in this series are created using JDK 1.6 on Ubuntu 11.10. It is a free and open source high level programming language,simple as well as object oriented language. Read more
Foss : Java - Khasi
Outline: Outline: Methods * ka method definition * thoh ia ka simple method * ka method returning value * call ia ka method ha kawei pat ka method * ka jingiaid jong ka pro..
Outline: Outline: Default Constructor *uei u constructor? *uei u default constructor? * ha kaba kumno la call? * batai ia u constructor *initialize ia ki variables *call ia u..
Outline: Outline: U Parameterized Constructor *Uei u parameterized constructor? *shna constructor khlem parameter *shna constructor ryngkat bad ka parameter * assign ki values sha ..
Outline: Outline: Pyndonkam ia ka this keyword * ka this ka pynithuh ia u object ba mynta * ka iarap ban kiar na ka jingiatyngkhuh ki kyrteng * nga lah ban pyndonkam ia ka this key..
Outline: Outline: u Non-static block Kino kino ki code ba thoh hapdeng ki artylli ki curly bracket Ka jingpyntrei ia manla u object ba la dep shna Ka jingpyntrei hashuwa..
Foss : Java - Malayalam
Outline: * Java Installation നോട് കൂടി ആരംഭിക്കുന്നു * Synaptic Package Managerൽ നിന്നും jdk ഇൻസ്റ്റോൾ ചെയ്യുക * ലഭ്യമായ packages ൽ നിന്നും openjdk-6-jdk തിരഞ്ഞെടുക്കുക * ഇത് insta..
Outline: ആദ്യത്തെ javaപ്രോഗ്രാം ഒരു ലളിതമായ java പ്രോഗ്രാം എഴുതുന്നു കണ്സോളിൽ “My First Java Program!” എന്ന് പ്രിന്റ് ചെയ്യുന്നു ഫയൽ സേവ് ചെയ്യുന്നു java ഫയലിന് പേര് നൽകുന്നു ..
Outline: Eclipse ന്റെ installation *ഉബുണ്ടുവിലെ ടെർമിനലിൽ Eclipse ഇൻസ്റ്റോൾ ചെയ്യുന്നത് *ടെർമിനലിൽ proxy സെറ്റ് ചെയ്യുന്നത് *ലഭ്യമായ എല്ലാ സോഫ്റ്റ്വെയറുകളുടേയും ലിസ്റ്റ് എടുക്കുന്ന..
Outline: Eclipse ന്റെ ആമുഖം * Eclipse ഒരു Integrated Development Environment ആണ്. * ഇത് java പ്രോഗ്രാം എളുപ്പത്തിൽ എഴുതാനും , debug ചെയ്യാനും, റണ് ചെയ്യാനും ഉപയോഗിക്കുന്നു . * Dash..
Outline: Eclipse ഉപയോഗിച്ച് java യിൽ HelloWorld * Eclipse open ചെയ്യുന്നു demo project എന്ന് പേരുള്ള java പ്രൊജക്റ്റ് സൃഷ്ടിക്കുന്നു. demo class എന്ന് പേരുള്ള ക്ലാസ് സൃഷ്ടിക്കുന്നു. ക..
Outline: Errors ഉം Debugging ഉം * java പ്രോഗ്രാം എഴുതുമ്പോൾ സാധാരണ സംഭവിക്കാറുള്ള എററുകൾ * semicolon(;) ഇടാത്തത് * double quotes(".") ഇടാത്തത് * file name ന്റേയും class name ന്റേയും..
Outline: Eclipse ന്റെ programming features * Auto completion * ഒരു braceതുറക്കുമ്പോൾ അതിന്റെ അടയ്ക്കുന്ന brace നൽകുന്നു. * കോഡ് ടൈപ്പ് ചെയ്യുമ്പോൾ methods ന്റെ ഡ്രോപ്പ് ഡൌണ് പട്ടിക ..
Outline: Numerical ഡേറ്റ ടൈപ്പുകൾ * numerical ഡേറ്റ ടൈപ്പുകൾ ഡിഫൈൻ ചെയ്യുന്നത് *int *float *byte *short *long *double *ഓരോ numerical ഡേറ്റ ടൈപ്പിന്റേയും പരിധി *numerical ഡേറ്..
Outline: operator arithmetic operators ഗണിതക ക്രിയകൾ * സങ്കലനം * വ്യവകലനം * ഗുണനം * ഹരണം * Modulo * operators വിശദമാക്കാനുള്ള ലളിതമായ പ്രോഗ്രാം * മൂല്യങ്ങൾക്ക് അനുയോജ്യമായ ..
Outline: Strings *char ഡേറ്റ ടൈപ്പ് *അക്ഷരം, അക്കം, punctuation marks, ടാബ്, സ്പേസ് തുടങ്ങിയവയെല്ലാം characters ആണ്. *character ഡേറ്റ, വേരിയബിൾ വിശദമാക്കുന്ന പ്രോഗ്രാം . *stringന്റെ ..
Outline: Type കണ്വേർഷൻ *type കണ്വേർഷൻ അല്ലെങ്കിൽ type castingന്റെ നിർവചനം *Explict type casting, type castingന്റെ വിശദമാക്കൽ *explict type casting വിശദമാക്കുന്ന പ്രോഗ്രാം *explici..
Outline: Relational Operations *boolean data type *equal to * not equal to *less than *less than or equal to *greater than * greater than or equal to
Outline: Logical Operations * Logical operatorsന്റെ ഉപയോഗം. * and (&&) operator * and operatorവിശദമാക്കുന്ന പ്രോഗ്രാം . * or (||) operator * or operatorവിശദമാക്കുന്ന പ്രോഗ്രാം. *..
Outline: Conditional Statements * if സ്റ്റേറ്റ്മെന്റിന്റെ ഉപയോഗം * if സ്റ്റേറ്റ്മെന്റിന്റെ ഘടന * if സ്റ്റേറ്റ്മെന്റ് ഉപയോഗിക്കുന്ന പ്രോഗ്രാം * if else സ്റ്റേറ്റ്മെന്റിന്റെ ഉപയോഗം ..
Outline: nested if * nested ifന്റെ ഘടന. * nested if വിശദീകരിക്കുന്ന പ്രോഗ്രാം . * programന്റെ control flow വിശദീകരിക്കുന്നു. * ternary operatorന്റെ വിശദീകരണം. * ternary operator ന്റ..