Does Java pass arguments by value or reference?
Answer Posted / roshni
yes by both
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What if the static modifier is removed from the signature of the main method?
what is handle?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is Remote Server?
Can I run seam outside of jboss as?
Why a client should be multithreading? Explain.
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Are we allowed to change the transaction isolation property in middle of a transaction?
What is in-memory replication?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Which javutil classes and interfaces support event handling?
How messaging services are done, before release of JMS?
Explain about thread synchronization inside a monitor?
Why does the tag url-encode javascript and mailto links?
Is the ternary operator written x : y ? Z or x ? Y : z ?