A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Category: Articles
DevNation Live: Revisiting Effective Java in 2019 – Red Hat Developer Blog
Revisit the classic Effective Java book and update your Java skills in the latest DevNation Live tech talk with Edson Yanaga.
10 Tools Java Developers Should Learn in 2019
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java command-line interface tools every JDK developer should know
Don’t get too far away from your code in the development process. These five Java command-line tools help bring you back to your code base and ease JDK troubleshooting.
Apache Foundation news: Java 11 support for Ignite & more – JAXenter
Apache Foundation news: Ignite now has Java 11 support, Knox can now create a Docker image & Arrow’s next release will be 1.0.0. Let’s take a closer look.
Converting Java String to Double | Baeldung
Explore many ways of converting a String into a double in Java.
The Payara Monthly Catch for July 2019
Our monthly news round up of interesting articles, videos, podcasts and community news from July.
3 ways to create random numbers in a range in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Jakarta EE: Generation IV – a new hope
Java Enterprise Edition (Java EE) is an umbrella that holds specifications and APIs with enterprise features like distributed computing and web services. Widely used in Java, Java EE runs on reference runtimes that can be microservices or application servers that handle transactions, security, scalability, concurrency, and management for the components it’s deploying.Now that Enterprise Java has been standardized under the Eclipse Foundation—with the brand-new name Jakarta EE—there’s a new hope for Enterprise Java.
Manifold: A Preprocessor for Java – JAXenter
Discover how to build multiple targets from a single Java codebase using the new preprocessor from the Manifold project. Read on to find out more.
InformIT: The Trusted Technology Source for IT Pros and Developers
Resources from the authors, creators, innovators, & leaders of technology – home to leading publishers Addison-Wesley Professional, Prentice Hall Professional, & Sams.
Java Weekly, Issue 291 | Baeldung
A cool library for gathering ORM metrics and testing ORM behavior, and Apache NetBeans 11.1 is released as a top-level project.
Java Annotated Monthly – August 2019 | IntelliJ IDEA Blog
Stack Overflow handling in HotSpot JVM – deep dive into how the JVM works Inspecting OpenJ9 performance with perf on Linux – JIT ….
Composition, Aggregation, and Association in Java | Baeldung
Explore the properties and representation of composition, aggregation, and association in Java.