• Linear Search

    Linear Search in Java Linear search is a sequential searching algorithm in which we need to start from first element and check every element of the list until the desired key element is found. Since Linear search is slower than binary search and hashing it is less used nowadays. Linear Search Algorithm Syntax : Steps…

    Learn More

  • Odd Even Number

    Odd Even Number Java Program To Check Whether a Number is Odd or Even To check if a number is even or odd,the number is divided by 2 and is checked if it’s divisible or not. If number is divisible by 2 it’s even else it’s odd. Three are three ways to check whether a…

    Learn More

  • Ksamyatam Softwares Is An Independent Software Development Platform

    Ksamyatam Softwares Is An Independent Platform Managed Solely By Its Founder,Sachin Ramdas Suryavanshi And It Is Not Interested In Any Kind Of Partnership Outside Of Google Admob’s Network It is to make it crystal clear that Ksamyatam Softwares is an independent software development platform founded,owned and managed solely by its founder, Sachin Ramdas Suryavanshi, is…

    Learn More

  • Java instanceof

    Java instanceof In Java, instanceof is a keyword used for checking if a reference variable contains a given type of object reference or not(class or subclass or interface).It is known as a comparison operator where the instance is getting compared to type returning boolean true or false as in Java we do not have 0…

    Learn More

  • Matrix

    In Mathematics, matrix is a 2-dimensional rectangular array which is filled either with numbers or symbols or expressions as its elements & has a row and column 1) Java Program for Matrix Addition,Subtraction & Multiplication :

    Learn More

  • Factorial

    There are different ways to calculate factorial of number in Java. Following four programs illustrate Java program to calculate factorial of number using loop, iteration, recursion & ternary operator. 1) Simple Java program to calculate Factorial of a number using loop : 2) Java program to calculate Factorial of a number using Iteration : 3)…

    Learn More

android (2) array (2) break (1) callbyreference (1) callbyvalue (1) checkedexception (1) compiletimeexception (1) compiletimerror (1) constructor (1) constructoroverloading (1) continue (1) controlstatements (1) customexception (1) decisionmaking (2) decisionmakingstatements (2) defaultconstructor (1) dowhileloop (1) error (1) forloop (2) goto (1) Green (1) helloworld (1) if (1) ifelse (1) ifelseif (1) ifelseifladder (1) iteration (2) iterations (1) JamesGosling (1) java (43) javabreak (1) javacallbyreference (1) javacallbyvalue (1) javaconstructor (1) javacontinue (1) javacontrolstatements (1) javadowhileloop (1) javaforloop (1) javagoto (1) javahelloworld (1) javaif (1) javaifelse (1) javaifelseif (1) javaifelseifladder (1) javaiteration (1) javaiterations (1) javajumpstatement (1) javajumpstatements (2) java keyword (4) javakeyword (2) javakeywords (2) javalabel (1) javaloop (1) javaloopingtstatements (1) javaloops (2) javaloopstatements (1) javamethodoverriding (1) javanestedif (1) java oops (2) javaprogram (31) javaprogramming (23) javareturn (1) javasearching (2) javasorting (6) javastring (7) javastringprogram (6) javaswitchcase (2) javavirtualmachine (1) javawhileloop (1) jump (1) jumpstatement (1) jumpstatements (2) jvm (1) keyword (5) label (1) logicalerror (1) loop (3) looping (1) loops (1) mergesort (2) nestedif (1) noargsconstructor (1) oops (3) Oracle (1) palindrome (2) parameterizedconstructor (1) recursion (2) return (1) runtimeerror (1) runtimeexception (1) searching (2) sort (1) sorting (7) string (7) stringbuilder (2) SunMicrosystems (1) switchcase (2) syntaxerror (1) userdefinedexception (1) whileloop (1)

Scroll to Top