Saba Hilal has Published 65 Articles

Java Program to Open the given URL in System Default Browser in Windows

Saba Hilal

Saba Hilal

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

4K+ Views

There are different ways of viewing web pages in a browser using URL. Here, the methods of doing the same are specified using the Java code. The given URL is first entered by using the Java program. Then the related Webpage is opened in the default browser. This article uses ... Read More

Java Program to Print Swastika By Taking Input from User

Saba Hilal

Saba Hilal

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

680 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 Read a Large Text File Line By Line

Saba Hilal

Saba Hilal

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

463 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

694 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

503 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