--

Thank you!

> But you totally wrong with “NoSuchMethodError the analog of NullPointerException in Java”

They have different mechanisms, but from the practical point of view, I’m speaking about the same problem:

// dart
String x = null;
x.toUpperCase(); // NoSuchMethodError
// java
String x = null;
x.toUpperCase(); // NullPointerException

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Kirill Bubochkin
Kirill Bubochkin

Responses (1)

Write a response