Ramya K

Ramya K @ramya_kamalasekaran

About: Having 2.5 years of Experience in Software field. After a career gap planning to start my career again

Joined:
Jan 26, 2025

Ramya K
articles - 21 total

Few Java Programs

1.Create a class Trial with PSVM create an array of names of length 5 -> String[] names = new...

Learn More 0 0Aug 11

Spring Project - Student class

Step:1. Create New Maven Project Step:2. Add this context dependency in pom.xml to create console...

Learn More 1 0Jul 1

How to enable lombok in Spring tool suite?

Lombok is used to reduce boiler plate code. Step:1.Create project with Lombok as a dependency. ...

Learn More 1 0Jun 29

for vs for-in vs for-of loop in Javascript

for loop for-in loop for-of loop for loop: We need to provide initialization, condition and...

Learn More 1 0Jun 26

@Autowired in Spring

Autowiring: Autowiring means wiring the dependency in the particular class by SpringFramework. We...

Learn More 1 0Jun 26

Javascript Variables and operators

Variables: It is a container to store values or it is named memory location. it is also called as...

Learn More 1 0Jun 20

JavaScript Basics

Java script is scripting language as well as programming language. Using HTML and css we build static...

Learn More 1 0Jun 20

Data Types in Java

Data Types in Java Data types specify the different sizes and values that can be stored in the...

Learn More 1 0Jun 3

Reverse String

1. Reversing String using charArray `package com.string; public class Reverse_String { public...

Learn More 1 0May 23

Number Guessing Game in Java

Guessing the number game: `package com.first; import java.util.Random; import...

Learn More 1 0May 20

Java Program

1.Displaying vowels from the string `package com.practise; import java.util.Scanner; public class...

Learn More 2 0May 20

Interface vs abstract class

Interface vs abstract class Interface: In real world remote acts as a interface between person and...

Learn More 0 0May 1

Array Programs

Printing numbers in the order : 1,10,2,9,3,8,4,7,5,6 public class AlternateNumbers { public...

Learn More 3 0Apr 30

Dependencies for developing Spring boot application

1.Spring Web- The spring-boot-starter-web dependency in Spring Boot facilitates the development of...

Learn More 2 0Apr 28

Weather display based on the city using springboot and Rest API

Weather display based on the city we are giving in the text field using springboot and Rest...

Learn More 0 0Apr 28

Java Interview Questions and Answers

1) What is Java? Java is a high-level, object-oriented, robust, secure programming language,...

Learn More 3 0Apr 26

Calculator using Thymeleaf

Calculator Project (Arithmetic operation) 1.Create New Starter Project 2.Add Spring web, thymeleaf...

Learn More 0 1Apr 10

Inversion Of Control(IOC) and Dependency Injection

Spring Framework It was developed by Rod Johnson in 2003. Spring framework makes the easy development...

Learn More 1 0Apr 9

Spring Boot Introduction

What is Framework? Framework means pre-written code structure or template, developers can reuse them...

Learn More 1 1Apr 9

Why JAVA

Java features also called as Buzz words. They are Simple Object-Oriented Portable ...

Learn More 0 0Jan 29

Let's Begin JAVA

What is JAVA? JAVA is a multi paradigm programming Language. It is a widely used...

Learn More 0 0Jan 28