Launch your tech mastery with us—your coding journey starts now!
1

Programs Based on if statement

Write a program to display a greet message according to percentage obtained by student. import java.util.Scanner; public class MessageWithGradeElseIfLadder { public static void main(String[] args) { Scanner sc...

images

Pattern Programs(Characters)

Character Pattern Program in Java|Alphabet Pattern in Java https://youtu.be/ibtAw-LJPRM Star Pattern Program in Java-1|Pattern Program in Java https://youtu.be/4u4Y9qDKhEg Star Pattern Program in Java-2|Pattern Program in Java https://youtu.be/FAI4vhq6V9E Number...

andy-holmes-webyw4NsFPg-unsplash

NLP Project Ideas

NLP stands for Natural Language Processing. It is a subfield of artificial intelligence (AI) and linguistics that focuses on the interaction between computers and human language. In other...

images

MongoDB MCQs & Interview Questions

MongoDB Interview Questions 1) What is use of capped collection in MongoDB? 2) What are Primary and Secondary Replica sets? 3) What is splitting in mongodb? 4) What...

programmer-night

JSP Programs

1) Write a JSP program to accept number and display table and factorial of number Html <%@ page language=”java” contentType=”text/html; charset=ISO-8859-1″     pageEncoding=”ISO-8859-1″%> <!DOCTYPE html> <html> <head> <meta charset=”ISO-8859-1″>...

female-programmer-coding-night

JDBC Programs

 Here are examples based on JDBC.  I have used Eclipse IDE and MySQL database. Video Tutorial is also available, here is the playlist link: JDBC VIDEO TUTORIAL Q1)...

Java-Interview-Questions

Java Interview Questions

Do you have what it takes to ace a Java Interview? We are here to help you in consolidating your knowledge and concepts in Java. The following article...

images (1)

Core Java Programming Questions

  WAP program to calculate Simple Interest.   WAP program to find Largest of Three Numbers.   Write a program to accept the initial letter of the name...

images (2)

CORE JAVA MCQs with Answer

What is the range of short data type in Java? a) -128 to 127     b) -32768 to 32767           c) -2147483648 to 2147483647     d) -5000 TO 5000  ...

maxresdefault

Brick Breaker Game in Java

In this blog tutorial, we will create a simple game clone using  Java 2D and event handling. In this game, we have one paddle, one ball, and 18...