9

I always taught i knew java very well..
Using w3resource.com questions to practice java...
Got reality check... 😔😔😔😥

Comments
  • 1
    Bad interview?

    I've had some shockers in my time, don't let it set you back. Use it as a learning experience and dust yourself off.

    Some interviews are just plain cruel and don't even ask relevant questions to the code bases you'll be working with.
  • 2
    In terminal
    javap -c <packageName.ClassName> | grep methodName

    Egs

    javap -c Java.util.Collections | grep sort

    U shall find a yellow brick road follow it
  • 0
    @amateur64 thanks
Add Comment