Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Java only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Java
exceptions
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
ramya kandasamy
New Member
Join Date:
Apr 2010
Posts:
9
#1
exceptions
Apr 29 '10, 12:03 PM
can we say all compile time error messges are build in exceptions in java software
jkmyoung
Recognized Expert
Top Contributor
Join Date:
Mar 2006
Posts:
2057
#2
Apr 29 '10, 02:37 PM
Probably not. Some Java compilers are not be written in Java. Even if they are, the compiler may use something other than exceptions as a way of storing the compile time errors.
Comment
Post
Cancel
ramya kandasamy
New Member
Join Date:
Apr 2010
Posts:
9
#3
Apr 30 '10, 03:10 AM
which is the platform used for java development? and do we hava different compilers for different operating systems?
Comment
Post
Cancel
jkmyoung
Recognized Expert
Top Contributor
Join Date:
Mar 2006
Posts:
2057
#4
Apr 30 '10, 01:34 PM
1. I suggest googling "Java Platform". Java SE should fulfill most needs.
2. ...Not really a straight answer: Java compiles it's code into a code readable by a Java Runtime Engine (JRE), which executes the code.
Comment
Post
Cancel
Dheeraj Joshi
Recognized Expert
Top Contributor
Join Date:
Jul 2009
Posts:
1129
#5
May 1 '10, 08:46 AM
JRE's are different for different platforms. So this makes your Java application portable.
Regards
Dheeraj Joshi
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment