Wednesday 19 April 2023

How Many ways we can print Array in Java

 

Hi Friends,

Today i am going to show how many ways we can print Array in Java.

As we know following points:- 

Java array is a data structure where we can store the elements of the same data type.

The elements of an array are stored in a contiguous memory location. 

So, we can store a fixed set of elements in an array.

The index of an array starts from 0. 


there are following ways to print array:

Friday 14 April 2023

How to change font size in Eclipse or STS for Java text editors?

 As Many of us face this issue, while using STS or Eclipse.

Also you you change theme Light to Dark mode then also need to change font size otherwise it would looks like very light.

So i am providing you steps to do it.

1.Go to Window tab of Eclipse or STS.

2.Click on Prefences

3.General → Appearance → Colors and Fonts → Java Editor text font

Please see below image and do the same.



Thanks,

Happy Learning