Learn how to check if two String values are the same when we ignore case.
Category: Articles
Top 10 Programming Languages Programmers can Learn in 2019 – (Java, Python, and JavaScript)
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java 8 Certifications – Oracle Java SE 8 Programmer 1 (1Z0-808) – Latest OCAJP Exam (OCP 11 1Z0-815 and 1Z0-816)
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Best Java static code analysis tools for code quality automation
Java static code analysis tools such as Checkstyle, FindBugs and others can parse your code to identify potential problems. Java developers should make code analysis a key part of the development process so that errors are found in time to be fixed.
Calculating Logarithms in Java | Baeldung
Learn several ways to calculate logarithms in Java.
150 Java Interview Questions and Answers – The ULTIMATE List (PDF Download)
Our Java Interview Questions and Answers collection is all about different types of questions t…
The Largest Survey Ever of Java Developers
What 10,500 Java developers tell us about their projects, their tools, and themselves
Why Java is the best programming language for beginners and people want to learn coding
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Can a Non Static Method Access a Static Variable/Method in Java?
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Selection Sort in Java | Baeldung
Read up on how to code selection sort in Java, how it works, and what its complexity is.
Java 8 Features Tutorial – The ULTIMATE Guide (PDF Download)
Interested to learn more about Java?Then check out our detailed Java 8 Features Tutorial! You can also download our FREE Java 8 Features Ultimate Guide!
Episode 85. Monitor the World with JMX! – Java Pub House
Podcast: Play in new window | Download There are technologies that sometimes are forgotten in a lonely corner, but that actually a….
Don’t let RabbitMQ vulnerabilities expose your CI pipelines – Coffee Talk: Java, News, Stories and Opinions
The Jenkins Security Advisory reported multiple security vulnerabilities in the RabbitMQ Publisher that exposed continuous integration pipelines to potential attacks through unencrypted passwords and a missing permission check.
How to use Dekorate to create Kubernetes manifests – Red Hat Developer Blog
“Write once, run everywhere” is a slogan created by Sun Microsystems to illustrate the cross-platform benefits of Java. In the cloud-native world, this slogan is more accurate than ever, with virtualization and containers increasing the distance between code and hardware even further. But what does this shift mean for developers? Developers need to take care …
New switch Expressions in Java 12
A new preview feature makes switch statements friendlier and less error-prone.