Hello, as i know java source code is visible to ppl, i talk about Desktop Applets,
i'm interested to start learn Java/Web Developing, that i want to know is,
Can ppl see code of java applet in brwoser? like he can with Java Desktop Appis.
Panathinaikos22
-14
Junior Poster
Recommended Answers
Jump to PostThe source code for any Java program (desktop or applet) is visible only if the author chooses to make it visible.
Jump to PostThe .class file contains the compiled code, not the source. You can decompile that, but the result may or may not resemble the actual source. If the author has decided to obfuscate the code a decompile is useless.
All 8 Replies
JamesCherrill
4,293
Most Valuable Poster
Moderator
Featured Poster
Panathinaikos22
-14
Junior Poster
JamesCherrill
4,293
Most Valuable Poster
Moderator
Featured Poster
JamesCherrill
4,293
Most Valuable Poster
Moderator
Featured Poster
Panathinaikos22
-14
Junior Poster
jwenting
1,649
duckman
Team Colleague
JamesCherrill
4,293
Most Valuable Poster
Moderator
Featured Poster
jwenting
1,649
duckman
Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.