Home Tags Java

Tag: Java

Your dated Java apps can now be converted into JavaScript using...

1
  CheerpJ is a new compiler technology that converts Java bytecodes into JavaScript. The tool is designed to help you transform your old Java apps...

Java 9 standard edition release to take more time

1
  Oracle has decided to delay the release of Java 9. The standard edition of Java 9 was scheduled to be released on July 27,...

Top 4 skills that affect a Java developer’s salary

3
  Being a Java developer is an achievement, and all the developers who have worked hard to be what they are will vouch for this....

A sneak peek into the world of garbage collection

0
This is not about hygiene and sanitation. In Java, garbage refers to unreferenced objects. Java memory can be made more efficient by removing these...

A proposed Java garbage collector promises lowest runtime performance overhead

1
Java might get a new garbage collector that can be the best for performance testing. Named Epsilon GC, the project proposal is aimed at...

Java 9 to intelligently adjust memory limit with container services

0
Java is becoming smarter with a new experimental change in OpenJDK 9 that can detect a container environment to adjust memory limits intelligently. The...

Java and Python FTP attacks can bypass firewalls

0
A vulnerability has been found in Java and Python runtimes that fails to validate FTP URLs and lets attackers bypass any firewalls on a...

An Introduction to Running JavaScript in Java with Nashorn

0
This ‘teaser’ article is intended to whet the appetite of the reader to learn more. Nashorn is a JavaScript engine developed by Oracle. It...

PurpleJS amalgamates Java with JavaScript developments

0
Do you want to develop your projects using a unified power of Java and JavaScript? It is now possible through PurpleJS. Open source PurpleJS is...

JavaScript: The New Parts

0
In this tenth and final part of the series, we learn about Generators, the most exciting and significant feature of ES6. It builds on...