Jump to content

albertodegama

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

albertodegama's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. albertodegama

    MTA: Paradise?

    I'm working on my own server, based on the GM: mta-paradise. As I need help with a lot of things, registration panel, scoreboard
  2. albertodegama

    XML RAM overuse

    Strings are the most commonly used objects in any Java program. They are used for storing a collection of characters. These characters when combined form a String with the property that the contents of the String can not be changed once created. String Usage in Java Strings are used invariably with every other concept in Java be it Multi-threading , Serialization, Reflection, Collection, and Exceptions etc. But strings usage can also lead to improper programs being created with subtle issues like memory leaks and performance overhead.
×
×
  • Create New...