Praveen Ravinuthala

Greenhorn
+ Follow
since Aug 28, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Praveen Ravinuthala

what is serialization ?
11 years ago
what is difference between join() and wait() ? Explain clearly
11 years ago
can you give me a reallife and realtime example of inner class usage?
11 years ago
is there jvm in OS by defalutly..?
is there any simulation videos related to java source file -> to class file ->to exe (machine level language format.).How processor takes exe code from that file..?(with the view of schematic )
11 years ago
when we override static method in subclass,

if we use polymorphism to call to subclass method through super class reference ,the super class static method will be executed.But when we create object separately for subclass and subclass static method called by using object,then subclass will be executed.why?
11 years ago
is polymorphism different from overiding and over loading ?
explain answer with reason ?
11 years ago