Java Static List | Java example

Java Static List : When we want to use multiple Strings or integers its not possible to create multiple variables everytime and store in them. Also even if you store them its very difficult to process them. For example when we try to store 100 String’s  it’s not a good practice to create 100 variables. … Read more

Java For Loop – Java example

  In previous tutorial on java while loop we executed where iteration is fixed now  for loop is used where iterations are not fixed. Java for loop : When we want to go through a list of elements to process data element by element based on the index position.It’s mostly used in appending data to … Read more

Show Buttons
Hide Buttons