Search:

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

Search: Search took 0.00 seconds.

  1. Re: Difference between Remote & Serializable interface

    Which Remote are you talking about. Is it the Remote interface?
  2. Answers
    20
    Views
    9,114

    Re: which one more powerful in java ?

    Inheritence is a time tested, 'globally' accepted feature. So inheritence is a very, very powerfule feature.

    Interfaces are powerful only because inheritence is powerful.

    Interfaces combine two...
  3. Answers
    24
    Views
    28,463

    Re: scjp certification

    Graduation of any kind is not necessary. you can sign up any time as long as you are willing to pay ;)
  4. Answers
    4
    Views
    5,756

    Re: I want to be a business analyst.

    To be a business analyst you need a lot (I do mean a lot) of experience in a particular business domain (and a particular area of that domain too).

    For instance, if you want to be an analyst in...
  5. Answers
    1
    Views
    4,008

    Re: I would like to be SAP field,

    Are you interested in programming.

    I have seen people who program the whole day at work, go home and start coding again. They love it.

    On the other hand, I ve seen people who are programmers...
  6. Thread: java sites

    by rachilc
    Answers
    5
    Views
    4,151

    Re: java sites

    http://javaranch.com

    has some good code. I don't know if it can be called advanced as thats a subjective thing. But the coed is standard and great for learning.

    For tutorial based java code...
  7. Answers
    24
    Views
    28,463

    Re: scjp certification

    To Kalayama:

    I d like to think SCJP 1.4 is closer to C++ than the later versions.

    Comparing Java to C++ and learning Java is a great activity.

    You get up to better speed than complete...
  8. Answers
    24
    Views
    28,463

    Re: scjp certification

    SCJP 5 has a lot of new concepts like autoboxing, enums, generics etc.

    SCJP2 does not have these questions.

    At an exam level, SCJP5 has drag and drop questions and requires a higher percentage...
  9. Answers
    27
    Views
    20,687

    Re: Which constructor will be called in main

    Kalayama is right the above code will not compile.

    Here is the reason:

    we dont know which constructor to bind your A(null) call to.

    Usually the most specific method/construcotr is called.
    ...
  10. Answers
    2
    Views
    6,283

    Re: Automorphic numbers

    take the given number x.

    compute y = x*x

    compute z = y mod 10

    if x == z then yse
    else no

    The mod operator basically returns the remainder. If mod 10 returns the number that we intitally...
  11. Thread: scjp

    by rachilc
    Answers
    5
    Views
    5,261

    Re: scjp

    K&b and km are two different books.

    Scjp sun certified programmer for java 5 study guide (exam 310-055) (certification press study guides) by kathy sierra and bert bates

    A programmer's guide...
  12. Answers
    8
    Views
    18,968

    Re: Java Relationship Questions

    For Mohan,

    Try not to cross post. Your topic will have more visibilty if it has it's own subject in a separate thread.

    Anyway, I am not the moderator, so here goes:

    IMHO, you CANNOT...
  13. Answers
    8
    Views
    18,968

    Re: Java Relationship Questions

    Zemi,

    1.what is an "is a" relationship? how does it apply to the world of objects?

    when a class inherits from another class, the former is a specific form of the latter. Example, if dog...
  14. Thread: Algorithm

    by rachilc
    Answers
    2
    Views
    4,931

    Re: Algorithm

    Nitin,
    I am not sure if this is in the right forum.

    But here is my 2 cents anyway.

    programs = algorithms + data structures

    an algorithm, in a step by step description of thingd you need to...
  15. Answers
    2
    Views
    3,252

    Re: Running garbage values before compling

    System.gc() helps the programmer suggest that the collecter run. The compiler may run it or may not.

    Basically java specifications do not require the collecter to run on System.gc(). You cannot...
  16. Answers
    17
    Views
    75,361

    Re: What are the advantages of .net over Java?

    There is a long (never ending) debate about Java and .NET.

    I have and am currently working with both the technologies simultaneosuly.

    In my experience, .NET is much better in building UIs. Java...
  17. Thread: Java over C++

    by rachilc
    Answers
    3
    Views
    6,215

    Re: Java over C++

    Manoj,
    The reason may be:
    In c++, classes are just 'templates' or blue prints for a particular user defined data type. They do not exist as anything else but that.
    In java on the other hand,...
  18. Answers
    7
    Views
    4,768

    Re: 32 bit & 64 bit

    Hi Manoj,
    If your DB presists data for more than one application, your DB server will be a very busy one.

    As you said App servers may have a lot of logic and may use lots of memory (due to...
  19. Answers
    7
    Views
    4,768

    Re: 32 bit & 64 bit

    I though you first wanted to know whether you can make the connection or not, hence my first line.

    Now the question of speed. If, like how you have described the scenario, you are given an option...
  20. Answers
    7
    Views
    4,768

    Re: 32 bit & 64 bit

    You can make the connection you want.

    As far as I know, there may or mauy not be any difference in the actual speed.

    A 32 bit processor and OS (apart from the points kalayama made) can address...
  21. Re: B.E. 55% aggerigate - Scope of Software Testing

    Try and learn scripting. A lot of testing processess require automation which primarily depend on scripting. Learning Unix commands can help too (in case the project they want you for is unix based)....
  22. Answers
    4
    Views
    3,549

    Re: assigning a value inside interface....

    In java, final variables are not assigned a default value. As you have pointed out, variables in interfaces are implicitly final.

    Hence, you have to assign value mandatorily.
  23. Answers
    2
    Views
    3,568

    Re: Singletn Class in brief

    Here s a goos intro with code
    http://en.wikipedia.org/wiki/Singleton_pattern
Results 1 to 23 of 24
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