Articles by Tag #basics

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Who needs an accessible website?

Building websites for as many people as possible can be challenging but rewarding. In this post, I will discuss the different users who could use your site and how accessibility impacts them.

Learn More 3 3Feb 12

Number Series

Task: 1 . Look at this series: 58, 52, 46, 40, 34, ... What number should come...

Learn More 2 0Feb 3

Fresher baby steps in learning programming !...

Hello everyone... Here is a graduation completed girl, who is not stable in choosing her career path....

Learn More 1 0Jul 18 '24

JavaScript Basics

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

Learn More 1 0Jun 20

class

class is a logical entity

Learn More 1 0Jun 15

Basic Looping Statements using while loop,for loop

while loop Example: class whileLoop { public static void main(String args[]) { int i...

Learn More 0 0Jun 28

Java program using if, else if, else and switch case

A post by Dinesh Nagarajan

Learn More 0 0Jun 27