dgjcp kumar

Greenhorn
+ Follow
since Nov 23, 2004
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 dgjcp kumar

i made jar of Jxam through JBuilder
and then i run that through batch file
it gave me
Number Of Question 0

what is it
am i doing something wrong
public class first{
public static void main(String a[]){
final byte b = 1;
char c = 2;
short s = 3;
int i = 4;

c = b; // 1
s = b; // 2
i = b; //3
}
}

if i remove final before byte b then stmt marked as 1 gives compile time error? why.
10 th question answer in mock exam1 doesn't seems right
because
public test10 is not a valid class declaration
can u please tell me the URL for this jxam

Rgds