Thread: Exception Handling in C and Java

  1. #1
    Registered User
    Join Date
    Apr 2020
    Posts
    5

    Exception Handling in C and Java

    Hello Everyone, I am working on a freelance project. I want to know which programming language is good in exception handling between C and java? Yesterday I search on google to find it and according to this <<spam site removed>>, Java does provide the features of Exception Handling using the ‘try’, ‘catch’, ‘final’, etc. keywords but not an idea about C programming. Can anyone know about this?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Even a simple search would tell you the answer.
    C keywords - cppreference.com

    But this is the 2nd time I've deleted your spammy links.
    It will be your last.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Exception errors OR exception handling :S
    By cruiser in forum C++ Programming
    Replies: 4
    Last Post: 09-02-2011, 05:30 AM
  2. exception Handling
    By 1troy123 in forum C++ Programming
    Replies: 11
    Last Post: 08-26-2011, 12:11 AM
  3. signal handling and exception handling
    By lehe in forum C++ Programming
    Replies: 2
    Last Post: 06-15-2009, 10:01 PM
  4. exception handling
    By coletek in forum C++ Programming
    Replies: 2
    Last Post: 01-12-2009, 05:28 PM
  5. ATL exception handling
    By rzcodeman in forum Windows Programming
    Replies: 1
    Last Post: 06-10-2004, 06:19 PM

Tags for this Thread