Search:

Type: Posts; User: ptmidhun; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    7
    Views
    4,894

    Re: Abstract Class Situation

    Hi,
    Both abstract classes and interfaces cannot be instantiated. It serve as superclasses to concrete subclasses. In abstract class you can have both abstract methods and nonabstract methods (You...
  2. Answers
    2
    Views
    2,796

    Re: Inheriting constructors

    Hi,
    Constructors never get inherited. But always a superclass constructor will run before the child class constructor.
    bye..
  3. Answers
    2
    Views
    2,876

    Re: Instance of Object

    Hi,
    Objects are always getting created in Heap.
    Object class has got a public constructor. So you can create an object of Object class.
    Object o = new Object();
  4. Answers
    5
    Views
    7,143

    Re: null pointer exception

    hi,
    Who told you that java doesn't support pointers. Without pointers no programming language can allocate memory. So internally java also make use of pointers. But only thing is that, java doesn't...
  5. Answers
    7
    Views
    11,022

    Re: Java not 100% Pure OOPS

    Hi,
    Java is Object oriented But not 100%. Following are the reasons.
    1) Everything in java is not Objects. eg: primitive datatypes.
    3) All features of OOP lanuage is not fully supported by java....
  6. Thread: Wrapper class

    by ptmidhun
    Answers
    3
    Views
    2,941

    Re: Wrapper class

    Hi,
    First of all you should know that Java's primitive datatypes are not Objects.
    But in actual practice there will be situations where you will have to pass this primitive values to some functions...
  7. Answers
    18
    Views
    18,725

    Re: when we use String and StringBuffer?

    Hi,

    First of all you should understand that String is immutable and StringBuffer is Mutable. That is You cannot append something to a String Object (No append method is there for String.). When...
Results 1 to 7 of 7
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact