I saw this term used a lot in Joshua block’s book effective java specialy on the item related to the method clone , so can some explain what does it means and examples of it ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Indeterministic, or usually non-deterministic, system is a system that is not deterministic. Deterministic is described in Wikipedia as:
In other words, non-deterministic system is one where there is no guarantee same input will always produce same output.