What does “Reference implementation” mean?

前端 未结 2 1460
灰色年华
灰色年华 2020-12-14 18:40

I am trying to learn about CachedRowSet in Java, and I am reading some tutorials about it. I have come across reference implementation terminology very often.

For ex

2条回答
  •  臣服心动
    2020-12-14 19:24

    JSR (Java Specification Request) - theory

    RI (Reference Implementation) - concrete, working code proving that JSR can work. Basically, a sample implementation.

    You can create your own implementation of any JSR and use RI as an example if you're not sure about something.

提交回复
热议问题