Mathew Lee

Ranch Hand
+ Follow
since Jun 08, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mathew Lee

>>> Note: Parameters refers to the list of variables in a method declaration. Arguments are the actual values that are passed in when the method is invoked. When you invoke a method, the arguments used must match the declaration's parameters in type and order.



I was reading above lines from link
http://download.oracle.com/javase/tutorial/java/javaOO/arguments.html

I have not clearly understood the difference between parameter and argument



Any ideas, resources,sample code,links, highly appreciated. thanks in advance.
13 years ago
>>What will be output by the following line of code?

System.out.println(010|4);

1) 14
2) 0
3) 6
4) 12

Answer given was 12.


I read above question from link
http://www.jchq.net/certkey/0503certkey.htm
i did not understand how 12 is answer and how octal is related here.



Any ideas, resources,sample code,links, highly appreciated. thanks in advance.
13 years ago
Hi,

Ia m new to spring mvc. I am starting to learn it from scratch. I would like to jump start quickly, effectively. Please suggest me some simple resources with step by step examples to start with and progress.Any ideas, resources,sample code,links, highly appreciated. thanks in advance.
13 years ago