Add Java Script to my desktop
Posted on July 8, 2008
Filed Under Java | Leave a Comment
How to add Java Script to my desktop?
Java Script is a script, it is text, a javascript file would be a text file. You would open it in notepad. It cannot do anything by itself, it has to be interpreted by a host, which for javascript is usually a web browser. Your description makes me think it is not javascript, but rather a java program which you are trying to run.
Tags: Java
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Study for the Java programmer certification exam
Posted on July 8, 2008
Filed Under Java | Leave a Comment
How long do you need to study for the Java programmer certification exam?
*programmer* one is just a lot of picky stuff like knowing the differnece between (++i) and (i++). it is knowing the language inside and out.
if you already have a lot of java experience, it will be like the other poster said 2 weeks. don’t think you know everything, i learned a lot!
also it does cover javadoc.
also do the developer cert. that one you have to do a programming assignment. that one can be done in up to a month if you have a job, 1 week if you don’t have a job.
like i found out that “_” is a valid variable name in java, so i can write
int[] $[] = getMoneyArray();
for (int _=0; i<$[0].length, _++) {
System.out.println( $[0][_]– );
}
if you understand my above code, you too can be a certified programmer!
Tags: Java
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
The best substrate that supports java moss
Posted on July 8, 2008
Filed Under Java | Leave a Comment
What is the best substrate that supports java moss?
Use wood from an aquarium supply store to avoid adding other nasties to your tank. You can attach the moss with a rubber band or two at first. These can later be cut off when your moss has attached.
The tannins from the wood will be beneficial for your kribs, too.
Tags: Java
If you enjoyed this post, make sure you subscribe to my RSS feed!