جافا Java
6.47K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
What is the purpose of the `break` statement in Java?

ما هو الغرض من عبارة `break` في جافا؟

#JavaControlFlow #LoopControl
What is the purpose of the `default` keyword in a switch statement?

ما هو الغرض من الكلمة المفتاحية `default` في عبارة switch؟

#JavaControlFlow #SwitchStatement
👍1
What is the purpose of the `break` statement in a `switch` block?

ما هو الغرض من عبارة `break` في كتلة `switch`؟

#JavaControlFlow #SwitchStatement
What is the purpose of the `continue` statement in Java?

ما هو الغرض من عبارة `continue` في جافا؟

#JavaControlFlow #LoopControl
What is the difference between `break` and `continue` statements in Java?

ما هو الفرق بين عبارتي `break` و `continue` في جافا؟

#JavaControlFlow #Loops
Which of the following is true about the `break` statement in Java?

أي مما يلي صحيح بخصوص عبارة `break` في جافا؟

#JavaControlFlow #BreakStatement