Search:

Type: Posts; User: Marck

Search: Search took 0.22 seconds.

  1. Replies
    19
    Views
    6,728

    Re: Why Java is better for web development ?

    Really depending on requirements and target.
    If you are developing for business or personal use.
    I would not recommend Java-based web development for personal websites.
    Why? It is resource...
  2. Replies
    9
    Views
    1,216

    Re: What is an object's identity?

    Object identity: Objects can contain or refer to other objects.
    Identity is a property of an object that distinguishes the object from all other objects in the application.
    There are many...
  3. Re: which Java modules to learn to become mobilephone programmer

    Here's the short list of the must-know tools to become an Android developer.
    Java. The most basic building block of Android development is the programming language Java.
    SQL.
    Android Software...
  4. Replies
    10
    Views
    1,360

    View Post

    This is trying to get closer to multiple inheritance. What we do is implement multiple interface, here we are not extending (inheriting) anything.
    The implementing class is the one that is going to...
  5. Replies
    11
    Views
    4,066

    Re: OOPS Concept - Inheritance

    Inheritance is a key concept in the world of OOPs. Inheritance is one of the core concepts of object-oriented programming languages. It is a mechanism where you can to derive a class from another...
  6. Thread: hello

    by Marck
    Replies
    2
    Views
    900

    Re: hello

    Thanks a lot
    Regards
    Marck
Results 1 to 6 of 6