Rakesh Ravindra

Greenhorn
+ Follow
since May 02, 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 Rakesh Ravindra

Hi all,

Please share the details of [Company] Pune Java-J2EE projects. I have got a offer for senior SE at [Company] Pune.
Is it a good offer to join [Company] Pune?

Thanks

PS-Kindly let me know if this post is against the Javaranch policy, I will remove it immediatley.

[ July 05, 2008: Message edited by: Rakesh Ravindra ]
[ July 06, 2008: Message edited by: David O'Meara ]
15 years ago


Thanks for posting the link!

-- changing my name again.
15 years ago
Hi all,

can anyone help me in understanding the compiler rule of initializing the local variables before using it.
What was the logic behind implementing this rule? why can't the compiler assumes default values as it works for instance variables.

Excuse me if this is already answered question bcoz i am bit lazy to search previous posts.

Thanks
15 years ago
hi,

can anyone help me out in this doubt
what is the difference between

String hm = null;
hm="a";

and

String hm = new String();
hm="a";

what is the use of each of the above type?
17 years ago
hi ,

i have a question regarding the class files which we get after compiling java files.
From a calss file how can we get to know which jdk was used to compile it?

and will there be any difference between two class files which are obtained from compiling same java file on different systems but using same jdk?

it will be helpful if any one answers these questions.

thanks
17 years ago