how to convert PHP code in to java code
Answers were Sorted based on User's Feedback
Answer / xviper33
Java is not JavaScript!!
Java is a big programming language. (And is going to be more
used then C++)
JavaScript is a scripting language for web browsers.
idiots.
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / steve
Dude, java is going to be more widely used in mini apps,
small distraction games, but when it comes down to hardcore
development, java currently doesn't even hold a candle to
the power of C++ and cannot drop into assembler (ASM{ }) to
handle fast vector calculations for high end graphics. I
thought I would be living good when the rest of the old
school programmers retire and people are paying bank for C++
programmers because all they can find is Java people that
don't know what memory management is. Unfortunately I
predict a few years before Java is tied down so much that
you have to pay a fee to use it and people go back to the
roots.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / preeti
you can write the php tags inside the javascript tag
<script language = javascript>
<? code ?>
</script>
| Is This Answer Correct ? | 24 Yes | 37 No |
What is symfony php?
What is the difference between php traits vs interfaces?
What is the function mysql_pconnect() usefull for?
How to get elements in reverse order of an array in php?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
Is salary a ratio or interval?
Which php framework is best for beginners?
Php error constants and their descriptions
How do I run a php file?
Is multiple inheritance supported in php?
Tell me what is the difference between the functions strstr() and stristr()?
What is the difference between fopen() and fclose()?