en
Feedback
جافا Java

جافا Java

Open in Telegram

ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم

Show more
6 160
Subscribers
-524 hours
-197 days
-7530 days
Posts Archive
تقييمكم
Anonymous voting

اللي يتعلمون JavaFX تحدي بسيط نشوف من المبدع 🫠

سويت قروب للمبرمجين دردشة عامه باي شي في مجال البرمجة نناقش التحديثات ونتشارك الفائدة اللي يحب يتفضل 🔥 https://t.me/java_coffee1

اللي يحب يتعلم spring boot هذا من افضل الكورسات اللي لقيتها انصحكم فيه https://www.linkedin.com/learning/paths/getting-started-in-spring-development

Which data type value is returned by all transcendental math functions? #java_1
Anonymous voting

What is the range of byte data type in Java? #java_1
Anonymous voting

What is the range of short data type in Java? #java_1
Anonymous voting

Which of the following is not a decision making statement?
Anonymous voting

What is true about a break?
Anonymous voting

The while loop repeats a set of code while the condition is not met?
Anonymous voting

Which of the following is not a decision making statement?
Anonymous voting

What is true about a break?
Anonymous voting

The while loop repeats a set of code while the condition is not met?
Anonymous voting

#java_1 A ... statement tests a variable for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.
Anonymous voting

#java_1 a syntax to select one of many code blocks to be executed
Anonymous voting

#java_1 Will stop further execution of the current iteration of a loop, and then evaluate the LCC and continue if it is true.
Anonymous voting