• 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

  • Armstrong Number

    Armstrong Number is a number that equals to the sum of its digits, each raised to a power. Armstrong number was discovered by mathematician Michael Frederick Armstrong (1941-2020) and is also known as narcissistic or Plus Perfect or pluperfect number. Armstrong numbers form the OEIS sequence A005188. Example : For one-digit : 1: 1^1 =…

    Learn More

  • Prime Number

    Prime Number is a number greater than 1 and divided by 1 or itself only. Prime number can be divided only by itself or 1 and not by any other number. 0 and 1 are not a Prime Number and 2 is the only even Prime Number. Example of Prime Number : 2, 3, 5,…

    Learn More

android (2) array (2) arraycomparator (1) arrayssort (1) break (1) builtinexception (1) catch (1) checkedexception (1) compiletimeexception (1) compiletimerror (1) continue (1) customexception (1) decisionmaking (2) decisionmakingstatements (2) dowhileloop (1) error (1) exception (1) exceptionhandling (1) finally (1) finallyblock (1) forloop (2) goto (1) hashmap (1) if (1) ifelse (1) ifelseif (1) ifelseifladder (1) iteration (2) java (41) javaarray (1) javabreak (1) javacontinue (1) javadowhileloop (1) javaexception (1) javaexceptionhandling (1) javaforloop (1) javagoto (1) javahashmap (1) javaif (1) javaifelse (1) javaifelseif (1) javaifelseifladder (1) javaiteration (1) javajumpstatements (2) java keyword (4) javakeyword (2) javakeywords (2) javalabel (1) javaloop (1) javaloops (2) javamethodlocalinnerclass (1) javanestedif (1) java oops (2) javapalindrome (1) javaprogram (30) javaprogramming (22) javareturn (1) javasearching (2) javasorting (6) javastaticnestedclass (1) javastring (7) javastringpalindrome (1) javastringprogram (6) javastringsort (1) javaswitchcase (2) javawhileloop (1) jump (1) jumpstatement (1) jumpstatements (2) keyword (5) label (1) logicalerror (1) loop (3) mergesort (2) nestedif (1) oops (2) palindrome (2) recursion (2) return (1) runtimeerror (1) runtimeexception (1) searching (2) set (1) sort (1) sorting (7) staticnestedclass (1) string (7) stringbuilder (2) stringpalindrome (1) switchcase (2) syntaxerror (1) throw (1) throws (1) try (1) try-catch (1) trycatch (1) trycatchblock (1) uncheckedexception (1) userdefinedexception (1) whileloop (1)

Scroll to Top