Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Programmer Certification (OCPJP)
whts the out put
Venkat Ramsimha
Ranch Hand
Posts: 127
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
public class TesttesT
{
public static void main (
String
[]args)
{
unsigned byte b = 0;
b--;
}
}
hi all,
why the above program is giving compile time errors?anybody please suggest whts the output with the explanation?
thanks,
venkat
Bhalotia Kunal
Greenhorn
Posts: 9
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
unsigned is a C++ keyword..
It is not in
java
..
Remember ---
c++ is not JAVA..
You can't have everything. Where would you put it?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Passed SCWCD with 83%
Little confuson.
WAS Entity Beans killing performance
Cleared SCWCD 5.0 with 91%
Naming registration failed
More...