Tag: java
Get first, second, and third Quartile of an array in Java
Get mean, median, and mode from array of integers in Java
Get all possible substrings in Java
Permutations in Java version-2.0
Example: {1, 2, 3} => [1, 2, 3, 12, 13, 21, 23, 31, 32, 121, 122, 123, 131, 132, 133, 211, 212, 213, 231, 232, 233, 311, 312, 313, 321, 322, 323]
Read MoreGet leap year or not for both Gregorian and Julian Calendar in Java
Check a number is prime or not in Java
Checks if a string is palindrome or not in Java
Generates all possible combinations from given symbols in Java
How to Run Java Apps & Games (J2ME MIDP JAR) on Android Phone & Tablet
Hi everyone, you will find how to run Java appsĀ (J2ME-MIDP) on Android Devices in this article. We will use Netmite App Runner, JBED, JBlend and phoneME emulator to run Java Apps on Android. All of them might not work for you – depends on your Device and ROM. But I’m sure, one of them will... continue reading.
Read More