Search:

Type: Posts; User: mkranthikumar.mca; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: Differences Between Method and Function

    Function and Method both are same. But if it is declared outside of class it is function and if it is declared within class that is method.
    In case of C++ it will support both functions and...
  2. Answers
    4
    Views
    3,129

    Re: Interface as protected / private

    Interface defaulty it is public.
    The sun specification for interfaces is it must be accessible from any class and from any package.
    If we are declaring that as protected or private we are...
  3. Answers
    3
    Views
    5,837

    Re: Object for static class

    Yes we can create object for static classes. But not necessary.

    Ex:
    class Sample
    {
    public static void main(String args[])
    {
    Math m=new Math();
    System.out.println(m.sqrt(120));//with help of...
  4. Re: Class modifiers and member modifiers

    In classes there are two types one is top level and inner level.
    For the top level class only five modifiers are allowed i.e. public, default, final, abstract, strictfp. Other than this modifiers...
  5. Answers
    5
    Views
    5,033

    Re: method overloaing?

    The simple example is to find of absolute value of integer we will use abs() and to find absolute value of float we will use fabs() and to find long absolute value we will use labs.
    That means...
  6. Thread: Java

    by mkranthikumar.mca
    Answers
    6
    Views
    7,068

    Re: Java

    The main objective of OOP is to provide security. But through the multiple inheritance one class data will be available to the other classes that means we r not providing security for the classes.
    ...
Results 1 to 6 of 9
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