Prasanth

Prasanth @prasanth362k

Location:
Tamilnadu
Joined:
Mar 24, 2025

Prasanth
articles - 25 total

How to change spring boot banner and set to the spring profile

How to change spring boot banner in Eclipse IDE? Step 1: Open your spring Boot Project in...

Learn More 0 0Jun 20

Interface

What is an Interface in Java? Interface in java called blueprint of a class or reference type ,that...

Learn More 0 1Jun 17

Abstraction

What is Abstraction ? Abstraction means hiding internal details and showing only the essential...

Learn More 0 0Jun 15

Encapsulation

What is Encapsulation ? Encapsulation is the process of wrapping data(variables) and code...

Learn More 0 1Jun 13

Polymorphism

what is Polymorphism? It is a feature of object oriented programming(oops) polymorphism means "many...

Learn More 0 0Jun 10

Java Inheritance

what is Inheritance ? In Java , It is to inherit attributes and methods from one class(super...

Learn More 0 2Jun 10

Access modifier

What is modifiers? Java access modifiers are used to specify the scope of...

Learn More 0 0Jun 7

Type casting

What is typecasting ? Type typecasting is a converting one data type to another data type in java...

Learn More 0 0Jun 6

Logical program -1 -> read the number from standard input using scanner and another without scanner class

Program-1: package logicProgramme; import java.util.Scanner; public class...

Learn More 0 0Jun 5

Variable

what is Variable? Variable(named memory location )are containers for storing data values.like...

Learn More 0 0Jun 5

Java Methods

What is method? Method is block of code or collection(group) of statement that perform a specific...

Learn More 0 0May 30

Constructor

What is constructor? A constructor is a special type of method it used to initialize objects. It...

Learn More 0 0May 23

static and non static

static and non static static static is class specific static variable: only...

Learn More 0 0May 20

Java -> class & object

what is a Class in java? A class in java is a blueprint/template/design ,it used to...

Learn More 0 0May 19

Linux -top command

top is a monitor the system performance in real time 1.System Information =>16:43:14 current...

Learn More 2 0Apr 12

Centos-PackageManager

RPM(Red Hat Manager) RPM is a low-level package manager of RHEL-based Linux system ,that is used...

Learn More 1 1Apr 5

Linux Configuration: Hostnames, Networking, sudo and Basic of Wildcards.

Table-content:- Wildcards in Linux Hostname setup Basic network Setup sudo...

Learn More 1 0Apr 3

Vim-Editor

1.Basic vim commands i.vim vim.txt => open file in vim ii. :q => quit iii. :q! ...

Learn More 2 0Apr 2

Linux-Basic command

Table-content: 1.Terminal Cursor movement 2.Basic commands 3.Standard Streams in Linux ...

Learn More 1 0Apr 1

Grub

Grub: GRUb(GRand Unified Bootloader) is bootloader used in Linux system to load the operating system...

Learn More 0 0Mar 31

Linux-Directory

1. / = Directory is called root directory . head/parent of the all directory. *2./bin...

Learn More 2 0Mar 29

The command Line

Reference 1.Book: Linux Administration A Beginner's Guide *Author * : Wale Soyinka Bash:- The...

Learn More 2 0Mar 28

Installation of “CentOS Stream 9″

Installations way of Linux operating systems:- 1.single Boot(Linux only) 2.Dual Boot( Linux +...

Learn More 1 0Mar 27

Linux Introduction-II

Table of Contents: 1.Linux Architecture 2.Linux vs unix 3.Linux Distro 4.Booting Process 1.Linux...

Learn More 1 0Mar 26

Introduction to Linux

Reference Book: Linux Administration A Beginner's Guide *Author * : Wale Soyinka Linux: The...

Learn More 3 1Mar 25