Java Dynamic List || Java example

  In the previous tutorial we have seen a static list declaration and usage with different types of data types.Now in this part of the tutorial we will get to know a dynamic list.   Java Dynamic List : When we create any real time application like shopping app where cart is designed or storing … Read more

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

Show Buttons
Hide Buttons