A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
What Does the Future Hold for Java?
The panelists discuss new features in Java including Records and Local Variable Type Inference, and performance improvements, the various ‘free’ builds of OpenJDK, and the development of Foojay.io.
New features between Java 8 and Java 17
Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes. Most of the information on the internet describes changes between the last 2 Java …
Surprisingly High Cost of Java Variables with Capitalized Names
I’ve read hundreds of thousands or perhaps even millions of lines of Java code during my career as I’ve worked with my projects’ baselines; …
What is OpenJDK?
I talk to many people about how they use Java, and I find there is a high level of misunderstanding about what OpenJDK is. The idea of this post is
Top 5 Object Oriented Analysis and Design Interview Questions for Programmers, Software Engineers
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Java from Zero to First Job – Practical Guide, 700+ examples
Learn Java from scratch and become Java Software Engineer: Basics, OOP, Interview questions, Git, Java Collections etc
Free Java Tutorial – Java Multithreading
Unveiling the mysteries of multithreading in Java. The ultimate Java multithreading course
17 Examples of Calendar and Date in Java – Tutorial
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Master Multithreading – Concurrency with Java Examples
Multithreading, Parallel Computing, Concurrency, Parallel Programming – learn in this course with Java code examples
Oracle Certified Associate Java Programmer (OCAJP) 1Z0-808
Preparation for Oracle Certification (Java Certification) 1Z0-808 & 1Z0-811 with example and home tasks.
Introduction to Java and Object Oriented Programming
Learn Java Programming, OOPs and Core Java practically using Eclipse IDE. A Course for Complete Beginners.
Java for Beginners – Learn all the Basics of Java
Learn Java programming with various java projects- Understand key Java elements and be able to create basic java apps
Report: Enterprise Java is having a renaissance – SD Times
According to the Eclipse Foundation’s 2021 Jakarta EE Developer Survey, enterprise Java is seeing a boost in adoption.
Java Lambda Expressions: Learn How To Use Lambda Expressions
Learn How To Use Java 8 Lambda Expressions. Use Lambda Expressions To Implement Functional Interfaces In Java.