Questions tagged [reliability]

Reliability is the ability of a system or component to perform its required functions under stated conditions for a specified period of time.

Reliability is the ability of a system or component to perform its required functions under stated conditions for a specified period of time.

305 questions
-2
votes
1 answer

Is there some crashreporting library for java applications?

I wan't to be able to perform Asserts in production runtime, and send out crash reports (with CRITICAL or WARNING messages) through different channels. Emails being one of them. As you can see, I wan't this library to be performing collection of…
Guruprasad GV
  • 916
  • 13
  • 18
-2
votes
1 answer

Safety, security and reliability. What is the difference?

Safety, security and reliability. What is the difference? Please short answers ;)
Jack
  • 1
  • 2
-2
votes
1 answer

Feasibility of an interactive movie app

I'm researching different platforms for an interactive movie app I'm going to be developing and I'd like to know if this is possible and feasible, in that users would actually get acceptable performance, reliability and so on. The movies are going…
Opux
  • 702
  • 1
  • 10
  • 30
-7
votes
5 answers

How reliable is an if statement?

If I run the following code, while(true) { if(true) { Console.WriteLine("True"); } else { Console.WriteLine("False") } } How reliable is it that the Console will print "True" ? Will if ever print "False"…
theUser
  • 1,346
  • 3
  • 21
  • 40
1 2 3
20
21