What do you mean by: Syntax Error, Logical Error, Runtime Error?
Answer Posted / siya
syntax error..means error in the formats.
logic error means error in the pgm logic
run time means error accurs at run time..
| Is This Answer Correct ? | 21 Yes | 19 No |
Post New Answer View All Answers
Which collection class is thread safe?
How does arraylist store data?
Define structure property in a heap?
What is a multidimensional array?
What is meant by ordered and sorted in collections?
What is pivot in quicksort?
Why is it important to sort waste?
Which algorithm is used in collections sort method?
What is binary search in programming?
What is b tree in data structure?
Define probing?
What is the meaning of arraylist?
Is hashmap ordered?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
Is quicksort divide and conquer?