• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Run time Error and compile time Error

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

HOw do we know that for any code wherather it is giving compite time error or run time error.

Is there any tips or fixed details that so ans so will give only compite time error and so and so will give run time error.

because the code which is compiled it is not guranted that it will execute.


Thanks
 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear upendra,

your question is kind of hard to understand. the difference between runtime and compile-time error is quite obvious, so it's pretty hard to figure out your point.

yes, you are right, "no compile time errors" does not guarantee "no runtime errors". while "no runtime errors" will guarantee "no compile time errors". ;-)

maybe take some time to rephrase your question in different words...

many greetings,
jan
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic