Open in app
Home
Notifications
Lists
Stories

Write
Aman Kumar
Aman Kumar

Home

Mar 13

Normalization

Normalization is the process of organizing the data in the database. Normalization is used to minimize the redundancy from a relation or set of relations. It is also used to eliminate the undesirable characteristics like Insertion, Update and Deletion Anomalies. Normalization divides the larger table into the smaller table and…

5 min read

Normalization
Normalization

Feb 28

Coding Standard in Java

Coding Standard are some rules that are kept in mind while writing codes in any programming language. It make Code more readable. It make written code more presentable. Enhanced efficiency More easy to work on bugs. Cost productive. Writing code without coding standards may seem easy while doing code and…

3 min read


Feb 21

What is a Java Collection?

A Java Collection is a predefined architecture capable of storing a group of elements and behaving like a single unit such as an object or a group. And now that you’re aware of what exactly is Java Collections, the next step is understanding the term Java Collections Framework. What is the Java Collection Framework? Java Collection…

8 min read

What is a Java Collection?
What is a Java Collection?

Feb 14

What Are OOP Concepts in Java?

OOP is one of the most fundamental programming concepts. Let’s explore the four main OOP concepts in Java and discuss how each works. Definition of OOP Concepts in Java The main ideas behind Java’s Object-Oriented Programming, OOP concepts include abstraction, encapsulation, inheritance and polymorphism. Basically, Java OOP concepts let us…

8 min read


Feb 7

Get started with Git

So today we will look into the most used version control system used in software development and why it is preferred by most engineers Version Control System Version control system record the changes made to our code over time in database called repository. …

2 min read

Aman Kumar

Aman Kumar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable