What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / vivek tiwari
Syntax Error-Errors in coding which do not follw language
syntax format. It can occur by human mistak in typing & due
lack knowledge of language .
EX - Ram are a boy. error
correct- Ram is a boy.
Logical Error- Here is correct, program will execute
properly but not give answer correct.
EX- Table is a boy syntax correct
but meaning is not
Runtime Error- overflow, underflow, out of memory capacity.
| Is This Answer Correct ? | 165 Yes | 32 No |
Post New Answer View All Answers
How will you check the validity of an expression containing nested parentheses?
Is hashmap keyset ordered?
Explain binary searching and Fibinocci search?
Define rehashing?
What is meant by ordered and sorted in collections?
How does a selection sort work for an array?
Differentiate null and void?
Define separate chaining?
Which is more efficient merge sort vs quicksort?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Differentiate between iterator and enumeration.
How can someone display singly linked list from first to last?
How to cut or remove an element from the array?
Is it possible to make an array volatile in java?
Is map a data structure?