I DECIDED TO BE A DEVELOPER BECAUSE I WANTED CONTROL

i-decided-to-be-a-developer-because-i-wanted-control

This is my entry for a writing challenge that is hosted on hashnode, so pls click on this link to be redirected. I DECIDED TO BE A DEVELOPER BECAUSE I WANTED CONTROL.

Pls like and share to help me win this challenge😇☺

Total
14
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
advertise-your-blog-here-in-the-comments.

Advertise your blog here in the comments.

Next Post
arquitetura-de-sistemas-operacionais-#0

Arquitetura de Sistemas Operacionais #0

Related Posts
12章13

12章13

このJavaコードは、switchステートメントを使って文字列strの値に基づいて異なる操作をすることを意図しています。しかし、strが初期化されていないため、その値はnullです。switchステートメントはnull値を扱うことができないため、実行時にNullPointerExceptionが発生します。それを踏まえて、コードにコメントを追加して説明します。コメントを追加するには、行に対して直接説明を書きます。以下がその例です: public class Sample { // strはクラスレベルの変数で初期値はnull static String str; public static void main(String[] args) { // switch文にはstrが渡されるが、strはnullなのでNullPointerExceptionが投げられる…
Read More