Java 9 should be fully released for general availability on 21 September 2017, after chief architect at the Java Platform Group Overview of What’s New in JDK 9 Java Platform, Standard Edition 9 is a major feature release. The following summarizes …
Tag: JAVA
#194 Daily dose : Compile program On The Go
AIDE will turn your Android tablet with keyboard into a real development box. AIDE will turn your Android Phone into a small development computer to browse and touch your code on the go. Interactive programming lessons with step-by-step instructions Learn …
Know your Client’s public IP address
Hello everyone, This week I’ll show you guys, how to know your client’s public IP address with just a javascript program… Step 1 : Go to https://www.ipify.org/ Step 2 : Write the javascript program in your HTML Step 3 : Run …
#96 Daily dose : C to Java converter online
Convert your C codes to Java codes online, with just a click https://www.mtsystems.com/ It translate C source code to Java source code. The translation is completely automatic, supports the entire C language and creates functionally equivalent Java code – ready …
#95 Daily dose : Convert your .java to .js
JSweet is a Java to JavaScript transpiler i.e.., .java to .js code converter http://www.jsweet.org/ With JSweet, which recently became available via open source, developers can leverage their Java skills to build Web apps in JavaScript. The technology transpiles from Java …
APK decompiler – Single click method
Hi everyone, This week we are going to see, how to decompile .apk file to it’s source .java files and edit the source code of it !!! Step 1 : First extract the .apk file from your phone to your …
How to setup JAVA in WINDOWS 10
Hello everyone, Today I’ll let you guys guide, how to setup java environmental variables in windows 10 step by step and finally, test whether it is done correctly or not… Step 1: Download & Install the latest JDK from official …
Offline APP installer files for any devices
Good evening everyone, this week we are gonna see a website which contains all the apps file for android,java,windows,iphone & symbian devices But first we’ll see the overlook of the site and then finally the site address The website …

#103 Daily dose : JAVA code obfuscation
Encryption of JAVA program is technically called as obfuscation. In software development, obfuscation is the deliberate act of creating obfuscated code, i.e. source or machine code that is difficult for humans to understand. So, to protect your source code… just obfuscate your …
Read More "#103 Daily dose : JAVA code obfuscation"