sano vasu

Greenhorn
+ Follow
since Mar 26, 2005
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 sano vasu

hi friends


how to count the number of html pages of a website. please help
18 years ago
Hai Friends,

can't a static method access non static members if so please give the reason

Thanks in advance
18 years ago
Hai Friends, please help me

why a constructor should not be prefixed with transient and volatile specifiers
18 years ago
Hello friends


what is the difference between access specifiers and access modifiers
as both are prefixed to a variable or a method.
18 years ago
public class Test
{
public static void main(String s1, String s2)
{
int i=10;
}
}

The above lines of code is not giving any compile time error but showing run time error does the compiler checks the syntax of main at compile time
or run time
18 years ago
suppose v is vector object with elements,

v.elements() returns the collection object of type Enumeration


Enumeration e = v.elements();


how can we request hasMoreElemets()and next() on e to retrieve the elements as Enumeration is an interface without implementation.
18 years ago
jvm
Hai Friends, thanks for answering the previous question

now the question disturbing my mind is why JVM is called 'VIRTUAL' and how it resides in the system
18 years ago
Hello Friends, what is the difference between class,an object and instance
in detail it would be very helpful for me .Thank u
18 years ago