[GUIDE] 101 Java Essentials - Data Structures

Search This thread

sak-venom1997

Senior Member
Feb 4, 2013
928
415
Lucknow
The key to building great applications is handling data efficiently so lets get started !

What is data ?
Data is any peice of fact,value say a phone number, name social security number etc.
Lets say your code is a calculator the numbers you punch in is data.
wiki def : Data is raw or unprocessed information.

Data Management
Though its a very broad term but By Data management here we would imply storing data in an efficient way so as to consume least amount of system resources and obtain a gain in performance.

Data Structures :

* Arrays


i plan to write this guide BIT by BIT everyday whenever i get free time so please be patient :) till its done.Sorry for delays really busy now a days .

Sent from my GT-S5302 using Tapatalk 2
 
Last edited:
  • Like
Reactions: pataxda

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    The key to building great applications is handling data efficiently so lets get started !

    What is data ?
    Data is any peice of fact,value say a phone number, name social security number etc.
    Lets say your code is a calculator the numbers you punch in is data.
    wiki def : Data is raw or unprocessed information.

    Data Management
    Though its a very broad term but By Data management here we would imply storing data in an efficient way so as to consume least amount of system resources and obtain a gain in performance.

    Data Structures :

    * Arrays


    i plan to write this guide BIT by BIT everyday whenever i get free time so please be patient :) till its done.Sorry for delays really busy now a days .

    Sent from my GT-S5302 using Tapatalk 2