I am in Banglore, India. I called up the prometric center phone number in Gurgaon, they told me to write a mail to Indian.registrations@thomson.com and wait for 3-4 days for confirmation of appointment.
Can you pls let me know if someone from Bangalore got confirmation for the same ?
Which site to go on 24th Nov for registering? Please.
2. Why do we have a via-object-access to invoke methods when we can, and are preferred to do it by class name?
Topic: Is Netbeans Java different to normal Java?
taking private off of the static var "fixes" everything, but doesn't that mean the static can be updated by any old method outside the class? what am i missing here?
outer:
for( i=0; i<10; i++ ){
for( j=10; j>0; j--){
if( j == 5 ) {
break outer; // exit entire loop-labeled as outer
}
}
}
what is the purpose of using data access objects and value objects. I'm not clear about the concept.
Hi All,
We cannot override static methods to non-static and non-static methods to static. Compilation fails if we try to do so. Then what is redefining?
Can anyone please explain with an example?
Thanks,
- Surya.