Oral Evidence — 'Must Be Direct'; the Hearsay Rule and Its Exceptions (ss. 54–55) — BSA (Law of Evidence) Notes

Oral Evidence — ‘Must Be Direct’; the Hearsay Rule and Its Exceptions (ss. 54–55)

“My neighbour told me that he saw B stab C.” Should a court convict B on that? Every legal system says no — and for good reason. The neighbour is not on oath, he cannot be cross-examined, and every retelling of a story dilutes the truth. That single instinct, worked out into a rule, is what s. 55 and the hearsay doctrine are about: the person who saw it must be the one who says it.

Oral evidence is the testimony a witness gives, by word of mouth, in the witness box. Two sections govern it.

A. What may be proved orally — s. 54

Section 54 says all facts, except the contents of documents or electronic records, may be proved by oral evidence. So oral testimony is the ordinary way to prove almost anything — a killing, a conversation, a transaction — except the contents of a document, which must be proved by the document itself (the primary-evidence rule of Topic 4). If you want to prove what a written contract says, you produce the contract, not a witness’s memory of it.

B. Oral evidence must be DIRECT — s. 55

This is the operative rule and the examiner’s favourite. Section 55 requires that oral evidence must, in all cases, be direct. “Direct” means the witness must speak of what he himself perceived, matched to the sense involved:

  • a fact which could be seen — it must be the evidence of a witness who says he saw it;
  • a fact which could be heard — the evidence of a witness who says he heard it;
  • a fact perceived by any other sense or manner — the evidence of a witness who says he perceived it by that sense;
  • an opinion, or the grounds of an opinion — the evidence of the person who holds that opinion on those grounds.

The message: no second-hand accounts. A witness may not say “I was told that A saw the shooting” — A must come and say “I saw it.”

C. The hearsay rule — “hearsay is no evidence”

The direct-evidence rule of s. 55 produces the hearsay rule. Hearsay is a statement made by a person not called as a witness, offered to prove the truth of what it asserts — “A told me B did it”, offered to prove B did it. As a rule, hearsay is no evidence at all. Why does the law distrust it? Four classic reasons — state all four:

  1. No oath. The original speaker did not testify on oath; there is no solemn responsibility for the truth.
  2. No cross-examination. The party against whom it is used cannot test the absent speaker — the greatest engine for exposing lies is unavailable.
  3. Dilution by repetition. Truth weakens with every retelling; the message that reaches the court may be badly distorted.
  4. Invitation to fraud. Second-hand evidence is easy to fabricate and hard to check, so it opens the door to concocted testimony.

There is one point students get wrong: a witness repeating a statement is not always giving hearsay. If the fact to be proved is that the statement was made (not that it was true) — for example, to show notice, or the state of the speaker’s mind — it is original, not hearsay, evidence. Hearsay is only the use of an out-of-court statement to prove the truth of its contents.

D. The exceptions — where hearsay comes in anyway

A strict hearsay rule would make many trials impossible (the dead cannot testify), so the Act builds in exceptions. An answer that states the rule without its exceptions loses half the marks. These are the exceptions you already met in Units 1–2:

  • Res gestae (s. 4) — a spontaneous statement forming part of the same transaction; no time to fabricate.
  • Admissions and confessions (ss. 15–24) — a party’s own words used against him.
  • Dying declarations and statements of persons who cannot be called (s. 26) — the dead man’s account of the cause of his death, and the other clauses of s. 26.
  • Entries in books of account and public records (ss. 28–33) — regularly-kept records stand in for live testimony.
  • Expert opinion in published treatises (s. 39 read with s. 55) — an author’s opinion in a book offered for sale, where the author is dead, untraceable, or cannot be called without unreasonable delay or expense.

Each is admitted because some special guarantee of trustworthiness replaces the missing oath and cross-examination.

E. A quick orientation (the 6W)

  • What — the rules that oral evidence must be direct (s. 55) and that hearsay is generally excluded.
  • Why — untested, unsworn, second-hand statements are unreliable and easily faked.
  • Who — the person who actually perceived the fact (or holds the opinion) must testify.
  • When — in every case; the exceptions apply only where a special guarantee of reliability exists.
  • How — by calling the percipient witness; hearsay comes in only through the recognised exceptions.

🧩 WORKED EXAMPLE — direct evidence or hearsay?

Facts. C is on trial for murder. The prosecution offers W, who says: “I did not see the killing, but my friend F told me he saw C shoot the victim.” F is not called.

Rule. Under s. 55 oral evidence of a fact that could be seen must come from the witness who says he saw it; a report of what an absent person said, offered to prove its truth, is hearsay and inadmissible.

Apply. W did not perceive the shooting; he is repeating F’s out-of-court statement to prove that C shot the victim. That is classic hearsay — F is not on oath and cannot be cross-examined.

Conclusion. W’s evidence about the shooting is inadmissible. The prosecution must call F, the eyewitness, unless a recognised exception (e.g. res gestae, or a dying declaration) applies.

Note the limit. If the point to be proved were merely that F said something (say, to explain why W went to the police), W’s evidence would be original, not hearsay.

Section 55, BSA 2023: “Oral evidence must, in all cases whatever, be direct; that is to say — if it refers to a fact which could be seen, it must be the evidence of a witness who says he saw it; if it refers to a fact which could be heard, it must be the evidence of a witness who says he heard it; if it refers to a fact which could be perceived by any other sense or in any other manner, it must be the evidence of a witness who says he perceived it by that sense or in that manner; if it refers to an opinion or to the grounds on which that opinion is held, it must be the evidence of the person who holds that opinion on those grounds.”

In Simple Terms: Whatever a witness swears to, he must have experienced it himself — seen it, heard it, felt it, or (for an opinion) formed it. Anything he only heard about from someone else is hearsay, and hearsay, as a rule, counts for nothing.

flowchart TD
    ROOT["Oral evidence offered (ss. 54-55)"]:::root
    ROOT --> Q1{"Did the witness himself<br/>perceive the fact?"}
    Q1 -->|"Yes = DIRECT"| IN["Admissible (s. 55)"]:::leaf
    Q1 -->|"No — repeating another's statement"| Q2{"Offered to prove the TRUTH<br/>of what was said?"}
    Q2 -->|"No — only that it was said"| ORIG["Original evidence — admissible"]:::leaf
    Q2 -->|"Yes = HEARSAY"| Q3{"Does a recognised exception apply?<br/>(s. 4 · ss. 15-24 · s. 26 · ss. 28-33 · s. 39)"}
    Q3 -->|"No"| OUT["No evidence — rejected"]:::diamond
    Q3 -->|"Yes"| INX["Admitted under the exception"]:::leaf
    classDef root fill:#FFF8DC,stroke:#000,stroke-width:1px,color:#000;
    classDef leaf fill:#E6F3FF,stroke:#1E3A8A,color:#000;
    classDef diamond fill:#FDECEA,stroke:#B22222,color:#000;
    linkStyle default stroke:#888,stroke-width:1px;

Case Laws

  • Kalyan Kumar Gogoi vs Ashutosh Agnihotri (2011) — the Supreme Court explained the meaning and reasons of the hearsay rule; hearsay is excluded because it is not on oath, cannot be tested by cross-examination, and its truth cannot be verified.
  • Subramaniam vs Public Prosecutor (1956) — a statement is not hearsay when it is offered only to prove that the statement was made (there, to prove duress), rather than that it was true.
  • Sukhar vs State of Uttar Pradesh (1999) — a spontaneous statement made immediately after the event, admitted under s. 4 (res gestae), is a recognised exception to the hearsay rule.

Back to Top



📄 Full notes + Question Bank (₹199) — every topic in depth, model answers to all past KSLU questions, in one printable PDF. Get the bundle · 10 Solved Problems · All BSA (Law of Evidence) topics

Info

download our exam preparation kit for your exam