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 - Malayalam
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 ന്റ..
Outline: switch case സ്റ്റേറ്റ്മെന്റിന്റെ നിർവചനം. switchഉം nested ifഉം താരതമ്യം ചെയ്യുന്നു. switch caseന്റെ ഘടന. switch case സ്റ്റേറ്റ്മെന്റിന്റെ പ്രവർത്തനം. keyword switchന്റെ ഉപയോ..
Outline: while loop. * Loop control സ്റ്റേറ്റ്മെന്റ്. * വിവിധ തരത്തിലുള്ള Loop control statements. * while loopന്റെ ആമുഖം. * while loopന്റെ ഘടന. * while loop ഉപയോഗിക്കുന്ന പ്രോഗ്രാം..
Outline: for loop - for loopന്റെ ആമുഖം. - for loop ന്റെ ഘടന. - loop വേരിയബിൾ. - loop കണ്ഡിഷൻ. - loop വേരിയബിളിന്റെ increment അല്ലെങ്കിൽ decrement. - loop ബ്ലോക്ക്. - loopന്റെ ഒ..
Outline: do while loop * do while ന്റെ ഘടന. * do while loopന്റെ പ്രവർത്തനം. * do while loopന് ഉദാഹരണം. * do while ഉപയോഗിച്ചുള്ള പ്രോഗ്രാമിംഗ്. * ഔട്ട്പുട്ട് പരിശോധിക്കാൻ പ്രോഗ്രാം ..
Outline: arrayയുടെ ആമുഖം. - arrays. - array declare ചെയ്യുന്നത്. - array initialize ചെയ്യുന്നത്. - loop ഉപയോഗിച്ച് initialize ചെയ്യുന്നത്. - array elementsന്റെ index. -arrayയില..
Outline: Array operations - java.util.Arrays import ചെയ്യുന്നത്. - Arrays classലെ methods ഉപയോഗിക്കുന്നത്. - toString() method. - sort() method. - fill() method. - copyOf() method..
Outline: ഒരു Class സൃഷ്ടിക്കുന്നത്. * ഈ ലോകത്ത് കാണാൻ കഴിയുന്നവയെല്ലാം objects ആണ്. * Objectsനെ class എന്ന പല ഗ്രൂപ്പുകളിൽ തരംതിരിക്കാം. * മനുഷ്യർ എന്നത് യഥാർത്ഥ ലോകത്തിലെ classന് ഒരു..
Outline: object സൃഷ്ടിക്കുന്നത് * object ഒരു ക്ലാസ്സിന്റെ മാതൃകയാണ്. * ഓരോ objectനും അതിന്റെ stateഉം behaviourഉം ഉണ്ട്. * object അതിന്റെ state fieldൽ അല്ലെങ്കിൽ വേരിയബിളിൽ സ്റ്റോർ ചെയ്..