Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain Big-O notation with an example



Explain Big-O notation with an example..

Answer / hrindows@gmail.com

The Big-O notation depicts the performance of an algorithm as the number of elements in ArrayList. A developer can use Big-O notation to choose the collection implementation. It is based on performance, time, and memory.
For example, ArrayList get(index i) is a method to perform a constant-time operation. It does not depend on the total number of elements available in the list. Therefore, the performance in Big-O notation is O(1).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can list be final in java?

0 Answers  


How do you sort words in java?

0 Answers  


why an outer class cannot be declared as private?

1 Answers  


What is return keyword in java?

0 Answers  


Can an interface extend a class?

0 Answers  


What are the differences between forwarding () method and sendredirect() methods?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


Is java good for beginners?

0 Answers  


How do you sort in ascending order in java?

0 Answers  


What is lazy activation?

2 Answers   CMC,


What is the preferred size of a component in java programming?

0 Answers  


What is an 8 bit word?

0 Answers  


Categories