DEEPAK GUPTA

DEEPAK GUPTA

@scientecheasy

Scientech Easy is one of the best learning platform designed to cater to both beginners and professionals. Our primary goal is to provide a unique learning experience that's not only informative but also engaging and enjoyable. We make tons of efforts to make the learning process easy and fun with real-time examples, practical scenarios, and various programs based on concepts. Whether you're just starting your learning journey or looking to enhance your skills and knowledge, this is the right platform for you. Explore free courses to learn fundamental techniques and concepts.

Joined May 2025 Dhanbad, India Last seen 4d ago
2 Followers
1 Writeups
0 Following
Popular WriteUps
View all →
Recent Activity
Scientech Easy published a new post 4d ago
Java Constructor Quiz: 20 Questions (Basic to Advanced)
Scientech Easy Java Constructor Quiz: 20 Questions (Basic to Advanced)

Welcome to this comprehensive Java constructor quiz! Here, we have compiled the top 20 multiple-choice questions (MCQs) from basic to advanced concepts of const…


Scientech Easy published a new post 4d ago
SQL Identifiers
Scientech Easy SQL Identifiers

When you work with a database, you need a way to name and identify its different objects. For example, a database may contain tables, columns, views, indexes, a…


Scientech Easy published a new post 5d ago
Java Program to Find Area and Perimeter of Rectangle
Scientech Easy Java Program to Find Area and Perimeter of Rectangle

In this tutorial, you will learn how to calculate the area and perimeter of a rectangle in Java. We will cover four different approaches: Basic approach (hardco…


Scientech Easy published a new post 6d ago
Java Encapsulation Quiz: 25 Practice Questions
Scientech Easy Java Encapsulation Quiz: 25 Practice Questions

Welcome to the Java Encapsulation Quiz! In this quiz, we have compiled 25 top multiple-choice questions (MCQs) covering Java Encapsulation, data hiding, access …


Scientech Easy published a new post Aug 25, 2026
SQL Comments
Scientech Easy SQL Comments

SQL comments are non-executable notes written inside SQL code. These notes explain a query, statement, condition, or other part of an SQL script. A comment can …


Scientech Easy published a new post Aug 24, 2026
Java Programs for Beginners: Code Examples & Output
Scientech Easy Java Programs for Beginners: Code Examples & Output

Introduction Java is one of the most widely used programming languages for learning programming concepts and developing real-world software. However, simply rea…


Scientech Easy published a new post Aug 23, 2026
Java Program to Find Area and Perimeter of a Square
Scientech Easy Java Program to Find Area and Perimeter of a Square

In this tutorial, you will learn how to write a Java program to calculate the area and perimeter of a square. We will explore four different approaches: Basic A…


Scientech Easy published a new post Aug 21, 2026
Java Program to Swap Two Numbers Using XOR Operator
Scientech Easy Java Program to Swap Two Numbers Using XOR Operator

In this tutorial, you will learn how to write a simple Java program to swap two numbers using the bitwise XOR (^) operator. Problem Statement Write a Java progr…


Scientech Easy published a new post Aug 21, 2026
SQL Syntax: Basic Rules and Examples
Scientech Easy SQL Syntax: Basic Rules and Examples

SQL syntax is the set of grammatical rules and conventions used to write valid SQL statements. In simple words, SQL syntax is the correct way of writing an SQL …


Scientech Easy published a new post Aug 20, 2026
Swap Two Numbers in Java (With & Without 3rd Variable)
Scientech Easy Swap Two Numbers in Java (With & Without 3rd Variable)

Introduction In this tutorial, we will learn how to write a Java program to swap the values of two numbers. We will explore two different approaches for swappin…


Scientech Easy published a new post Aug 20, 2026
SQL Statements: Structure, Types & Examples
Scientech Easy SQL Statements: Structure, Types & Examples

SQL statements are instructions written in SQL that tell a database management system to perform a particular operation. In simple words, an SQL statement is a …


Scientech Easy published a new post Aug 19, 2026
Java Program to Divide Two Numbers
Scientech Easy Java Program to Divide Two Numbers

Introduction In this tutorial, we will learn how to write a Java program to divide two numbers. Division is one of the basic arithmetic operations in Java and i…


Scientech Easy published a new post Aug 19, 2026
SQL Keywords: Complete List by Category
Scientech Easy SQL Keywords: Complete List by Category

SQL keywords are reserved words with predefined meanings used to construct database queries and commands. They instruct relational database management systems (…


Scientech Easy published a new post Aug 18, 2026
Java Program to Multiply Two Numbers
Scientech Easy Java Program to Multiply Two Numbers

Introduction In this tutorial, we will learn how to write a simple Java program to multiply two numbers. We will explore two different approaches for multiplyin…


Scientech Easy published a new post Aug 18, 2026
Applications of SQL: Real-World Uses and Examples
Scientech Easy Applications of SQL: Real-World Uses and Examples

Introduction SQL (Structured Query Language) is a standardized database language used to communicate with relational databases. Whenever you develop an applicat…


Scientech Easy published a new post Aug 16, 2026
Java Program to Subtract Two Numbers
Scientech Easy Java Program to Subtract Two Numbers

Introduction In this tutorial, we will learn how to write a simple Java program to subtract two numbers. We will explore four different approaches: Using the Su…


Scientech Easy published a new post Aug 14, 2026
Java Program to Add Two Numbers
Scientech Easy Java Program to Add Two Numbers

Introduction In this tutorial, we will learn how to write a simple Java program to add two numbers. We will explore three different approaches to perform the ad…


Scientech Easy published a new post Aug 13, 2026
How to Update Variables in Java (Employee Profile Example)
Scientech Easy How to Update Variables in Java (Employee Profile Example)

Introduction In this tutorial, you will learn how to update variables in Java. Here, we will write a simple Java program to update and display an employee profi…


Scientech Easy published a new post Aug 13, 2026
Var in Java: Local Variable Type Inference Explained
Scientech Easy Var in Java: Local Variable Type Inference Explained

What is var in Java? var, introduced in Java 10, is a reserved type name that allows the compiler to infer the data type based on the right-hand side initialize…


Scientech Easy published a new post Aug 9, 2026
Java Program to Display Employee Details
Scientech Easy Java Program to Display Employee Details

Introduction In this tutorial, we will learn how to write a simple Java program to accept and display employee details (information). Imagine a company that nee…