Home java

Category: java

Related categories

You must use the function that is in some Jar. There are no source code. But at the same time, I do not want...
wrote a simple java server on sockets. I start in Eclipse - everything is fine, works, interacts with the client. Now I want to...
What does + = in this line mean? s + = (y = v.eval (i ++)); Answer 1, Authority 100% s = s + (y...
How in java language get a random number? Answer 1, Authority 100% import java.util.random; // Initialize the generator Random RND = New Random (System.CurrentTimemillis ()); // Get...

Recent posts