InterviewSolution
Saved Bookmarks
| 1. |
Will This Program Generate Same Output Is Executed Again? 1. Class Output { 2. Public Static Void Main(string Args[]) { 3. Int Y = Double Z = Math.random(); 4. System.out.print(y); 5. } 6. } |
|
Answer» There is no RELATION between random NUMBERS generated PREVIOUSLY in Java. There is no relation between random numbers generated previously in Java. |
|