Java Solutions Guide

Blog on Core Java and JEE for Java enthusiasts.

20 September 2023

Java String interview Questions - 2

›
 What is the output of following code and Why ? public class TestString {  public static void main(String[] args) { String str1 = "...
17 September 2023

Java String Interview Questions - 1

›
What is the output of following Java code: public class TestString {  public static void main(String[] args) {      String str1 = "Hell...
22 April 2023

Grep command and interesting things you can do with it

›
What is Grep ? grep is a command line utility for searching plain text data sets for lines that match a regular expression. grep was develop...
09 January 2021

How to get current date time with Java 8

›
 In this quick tutorial, we will see, how to get current date time using Java 8. Java 8 had come up with new set of classes for date and tim...
08 January 2021

Static Nested Classes Java

›
In Java, it is possible to define a class within another class. Class defined within another Class is called a Nested Class . Nested class i...
25 December 2020

Builder Design Pattern

›
Hello Friends, In this tutorial, we will discuss Builder design pattern.  Key topics we are going to discuss are : - Which category Bui...
09 May 2020

How to convert Array to List in Java

›
Hello Friends, In this tutorial, we will learn, various ways in which we can convert an array to a List. 
03 May 2020

How to install Apache Web Server on EC2 Instance using User data script

›
Hello Friends, In this tutorial, we will see how we can install Apache Web Server on EC2 instance using user data script.
02 May 2020

How to Install Maria DB, create Database and Execute Queries

›
Hello Friends, In this tutorial,we will see : 1. How to Install Maria DB 2. How to connect to Maria DB,Create Database and Execute Que...
03 April 2020

What is @Qualifier annotation in Spring and why it is used

›
In this tutorial, we will explore the @Qualifier annotation of Spring framework. 1. What does @Qualifier annotation do 2. @Qualifier ex...
›
Home
View web version
Powered by Blogger.