Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Byte/Bytecode

843785Sep 4 2008 — edited Sep 4 2008
What does a byte or bytecode do like in this I forgot which it was.

This is an example...
	public static void main(String[] args)
	{
		byte = 10;
	}
But what does the byte or bytecode (don't know which one it is) do?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2008
Added on Sep 4 2008
4 comments
132 views