B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS

Author - Bushan Sirgur

  • Core Java Programs
  • Interview Programs

Java 60+ Patterns Programs – Stars/Alphabets/Numbers

August 1, 2018
by Bushan Sirgur
19 min read
11 Comments

Following are the Patterns asked in many job interviews for both Freshers as well as Experience. Same logic will apply to all the programming languages. Write a Program to Print the following Pattern import...

Continue reading

  • Core Java Programs
  • Interview Programs

Sort the array elements in Ascending/Descending order using Bubble Sort

July 27, 2018
by Bushan Sirgur
2 min read
Add Comment

Hi guys, Bushan here, welcome back to B2 Tech. Today in this article we will discussing  about one of the most important sorting technique and also an important Java interview program of all time. Given an integer array, sort...

Continue reading

  • Core Java Programs
  • Interview Programs

Move all zeros to last/end in the array

July 22, 2018
by Bushan Sirgur
2 min read
Add Comment

Hey guys, Bushan here, welcome back to B2 Tech. Today in this article I will show you how to solve another Interview program using Java/C/C++ and Python. So without wasting anymore time let’s begin. Problem Statement:...

Continue reading

  • jQuery
  • REST Services

Update data[PUT] using Java Web Service and jQuery Ajax

July 17, 2018
by Bushan Sirgur
4 min read
3 Comments

Hi guys, Bushan here, Welcome back to B2 Tech! Today in this article I will show you how to make PUT request using Java web service and jQuery Ajax, so let’s get started. In our previous blog post, we have discussed the...

Continue reading

  • Core Java Programs
  • Interview Programs

Given String is Palindrome or not ?

July 10, 2018
by Bushan Sirgur
2 min read
Add Comment

One of the most popular interview question for both freshers as well as experience is this, Pass a string as a parameter. Check whether the given String is Palindrome or not if it is Palindrome then return true otherwise return...

Continue reading

  • Core Java Programs
  • Interview Programs

Reverse a given String

July 7, 2018
by Bushan Sirgur
4 min read
Add Comment

One of the most popular interview question for both freshers as well as experience is this, Pass a string as a parameter. Reverse the string and return it. All the alphabets in the strings should be individually reversed and then...

Continue reading

  • CSS
  • HTML
  • jQuery

Calculate AGE based on Date of birth using jQuery Calendar

July 7, 2018
by Bushan Sirgur
3 min read
7 Comments

Hi guys, Bushan here, welcome back to B2 Tech! Today in this video, I will show you how to calculate Age based on Date of birth using jQuery Calendar so let’s get started! If you are creating any kind of registration form...

Continue reading

  • jQuery
  • REST Services

Delete data [DELETE] using Java Web Service and jQuery Ajax

June 30, 2018
by Bushan Sirgur
4 min read
Add Comment

Hey guys, Bushan here, welcome back to B2 Tech! Today in this article I will show you how to make DELETE request/Delete data using Spring REST and jQuery Ajax, so let’s get started. I have already created the required...

Continue reading

  • jQuery
  • REST Services

Save data [POST] using Java Web Services and jQuery Ajax

June 23, 2018
by Bushan Sirgur
5 min read
2 Comments

Hi guys, Bushan here, welcome back to B2 Tech! Today in this article I will teach you how to make POST request using jQuery Ajax, so let’s get started! To make POST request, I have already created a Java web service, I will...

Continue reading

  • jQuery
  • REST Services

Displaying Database Records in jQuery DataTable

June 21, 2018
by Bushan Sirgur
5 min read
Add Comment

Hey guys, Bushan here, welcome back to B2 Tech! Today in this article, I will show you how to use jQuery Datatable and how to display the database records in jQuery Datatable so let’s get started! If we are creating any...

Continue reading

  • Java Swings

Display the Database Records – Java Swing

June 16, 2018
by Bushan Sirgur
3 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech. In our previous article, we have discussed about Inserting values to MySQL Database. In this article, let’s display the database values in a JFrame form so let’s get...

Continue reading

  • Java Swings

Inserting values to MySQL database – Java Swing

June 14, 2018
by Bushan Sirgur
2 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech! Today in this article, we will discuss how to insert values into MySQL database with the help of Java! We will achieve this using Java Swings! In the previous article, we have...

Continue reading

  • Core Java

Java JDBC Connection with MySQL Database

June 13, 2018
by Bushan Sirgur
2 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech! Today in this article, I will show you how to create a database in MySQL and get the Connection in Java so let’s get started. Requirements: MySQL Database or WAMP Server or...

Continue reading

  • CRUD Applications
  • Hibernate
  • Spring MVC

Complete CRUD Application in Spring MVC and Hibernate [XML Configuration]

June 7, 2018
by Bushan Sirgur
16 min read
35 Comments

Hi, Welcome back to my another article on Java, Have you ever heard about Spring/Spring MVC in Java? One of the Most Popular Application Framework for building Java Enterprise Applications. Along the side, Hibernate is also one...

Continue reading

  • Uncategorized

Top 4 Websites to Learn Web Development in 2018

June 4, 2018
by Bushan Sirgur
3 min read
Add Comment

Hello everyone, learning Web Development in 2018 is like boosting our career, because web development is growing day by day and there are so many popular web frameworks available out there, and to learn all these web...

Continue reading

  • Angular 2
  • CRUD Applications
  • REST Services
  • Spring MVC

Angular 2 and Spring REST Simple CRUD Application

June 2, 2018
by Bushan Sirgur
22 min read
36 Comments

Angular 2 is one of the Most Popular Front End Web Framework on the internet, Spring MVC is also one of the Most Popular Application Framework on the internet, So today in this article, let’s combine/integrate these two...

Continue reading

  • CRUD Applications
  • MyBatis/iBatis
  • Spring MVC

A Complete CRUD Application with Spring MVC and MyBatis/iBatis

June 2, 2018
by Bushan Sirgur
16 min read
25 Comments

Welcome back, Developing a Web Application in Java/J2EE is really really good, there are so many frameworks available out there. So today, in this article, let’s discuss one of the popular Java framework, Spring MVC and...

Continue reading

  • Uncategorized

Top 4 Text Editors for Web Development in 2018

June 2, 2018
by Bushan Sirgur
5 min read
Add Comment

Today in this article I am going to talk about Top 4 Text Editors for Web Development in 2018.We all know that web development is growing day by day, there are so many web frameworks available out there. The text editor is the...

Continue reading

  • JavaFX

Login Form in JavaFX with MySQL Database

June 2, 2018
by Bushan Sirgur
5 min read
5 Comments

JavaFX is used to create GUI, Desktop applications in Java. The problem with Java Swing is that it is outdated, people are started using JavaFX. So, it’s time to learn JavaFX. Note: I will use Netbeans IDE throughout this...

Continue reading

Previous 1 … 11 12 13
Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Support me


Love my tutorials? Please support me by donating:

About Author

Bushan Sirgur

Hey guys, I am Bushan Sirgur from Banglore, India. Currently, I am working as an Associate project in an IT company.

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Deploy Spring Boot Application to Railway.App Service February 6, 2023
  • Most Important Commands For A Newbie Linux User January 2, 2023
  • Git Commands List with Examples December 16, 2022
  • Spring Boot REST API Integration Testing with JUnit 5 October 12, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc September 28, 2022
  • Spring Boot File Upload and Download with Filesystem September 2, 2022
  • Spring Boot File Upload and Download with Database September 1, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 29, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 23, 2022
  • JUnit5 assertNull() Example July 25, 2022

Featured Posts

  • Deploy Spring Boot Application to Railway.App Service
  • Most Important Commands For A Newbie Linux User
  • Git Commands List with Examples
  • Spring Boot REST API Integration Testing with JUnit 5
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc

Most Viewed Posts

  • Spring Data JPA findBy Multiple Columns with Example (37,261)
  • Spring Data JPA findBy Column Name with Example (35,496)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (34,213)
  • Login Form in JavaFX with MySQL Database (30,713)
  • Angular 2 and Spring REST Simple CRUD Application (25,117)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Cloud (1)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (27)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (35)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (89)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • JUnit 5 (10)
  • Linux (1)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (103)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (159)
  • Spring MVC (131)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (3)
  • Uncategorized (5)
  • Utilities (2)
Copyright © 2023. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus