Saba Hilal has Published 65 Articles

Java Program to Print Swastika By Taking Input from User

Saba Hilal

Saba Hilal

Updated on 23-Mar-2023 12:34:37

610 Views

Here, two different approaches are used for making this design using Java. In both approaches, the size of the Swastika is decided by the user. The user provides the input for the table or frame size. The Swastika is often used as an example to learn rows, column and tabular ... Read More

Java Program to open the Command Prompt and Insert commands

Saba Hilal

Saba Hilal

Updated on 23-Mar-2023 12:26:24

4K+ Views

This article uses various approaches for selecting the commands inserted in the opened command window through the Java code. The command window is opened by using ‘cmd’. Here, the methods of doing the same are specified using Java code. The Command window is first opened using the Java program. It ... Read More

Java Program to Read a Large Text File Line By Line

Saba Hilal

Saba Hilal

Updated on 23-Mar-2023 12:06:38

415 Views

This article includes the way to read text files line by line. Here, the three different methods are explained with examples. Storing a file in text format is important especially when data from one structured /unstructured form is transferred to another form. Therefore, basic file transfer systems integrate the txt ... Read More

Java Program to Print the Elements of an Array

Saba Hilal

Saba Hilal

Updated on 23-Mar-2023 12:04:33

649 Views

In this article, Array elements are selected for printing the elements by using their index value. The array is the common way to store similar types of items together in java. The individual values as well as all elements of the array can be printed easily. For printing, for all ... Read More

Java Program to Print the Months in Different Formats

Saba Hilal

Saba Hilal

Updated on 23-Mar-2023 11:58:42

434 Views

This article uses various approaches for formatting the months using different libraries and using corresponding import statements in Java language. There are lots of ways to display months in the Java program outputs. Sometimes the months are written as numbers, sometimes the months are written in long form or they ... Read More

Previous 1 ... 3 4 5 6 7
Advertisements