public static void vs. public static int

hey java_experts,we're learning arrays and i was just wondering whats the difference between public static void vs. public static int
[148 byte] By [nsfoura] at [2007-11-27 6:32:25]
# 1
In what context? In front of a method?
JJCoolBa at 2007-7-12 17:57:51 > top of Java-index,Java Essentials,New To Java...
# 2
void doesn't return a value. int returns an int.This has nothing to do with arrays though.
jverda at 2007-7-12 17:57:51 > top of Java-index,Java Essentials,New To Java...
# 3
hi i want to do java mail but i am new in this field so please suggest me how i have to get help for the java mail
abhinay_31a at 2007-7-12 17:57:52 > top of Java-index,Java Essentials,New To Java...
# 4
> hi i want to do java mail but i am new in this field> so please suggest me how i have to get help for the> java mailNext time start your own thread.Google for Java mail tutorial.
jverda at 2007-7-12 17:57:52 > top of Java-index,Java Essentials,New To Java...