Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    10
    Views
    11,651

    Re: difference b/w Exception and Error

    hai
    Error and exception are both mistake there is some little diffrenence .
    Error occured in complication time. exception occured in running time
  2. Answers
    11
    Views
    20,450

    Re: Inherit private members of base class

    private member cannot access by another class besc the life time of variable is ended in that same class .so that we cannot access the variable in outside of class but in innerclasses especially
  3. Re: Can a class in java be private, if yes what are implementations of it?

    Java Inner Classes
    class A {
    private a;
    class B {
    private b;
    void f() {
    b = a+a; // accessing pvt. var of A
    }
    public g(){
    B myObj = new B();
Results 1 to 3 of 3
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