4 080
订阅者
无数据24 小时
-37 天
-1530 天
帖子存档
4 080
Last Questions of the day - Aaj thoda HARD ho gya kya ?
What does the following output? String[] os = new String[] { "Mac", "Linux", "Windows" }; Arrays.sort(os); System.out.println(Arrays.binarySearch(os, "Mac"));
4 080
What does this code output?
String[] nums = new String[] { "1", "9", "10" }; Arrays.sort(nums); System.out.println(Arrays.toString(nums));
4 080
Dimag Ke 🐎🐎 Godhe Dodane ke liye ready Ho Jao, A rha h Dhamkedar ek or Question 😅
4 080
MULTIPLE CHOICE Questions
Which of the following creates an empty two-dimensional array with dimensions 2×2?
4 080
Dhyaan se lagana no jaldi baji.
How many legal array declarations in java ? [ ] string myArray1; string myArray2[ ]; string[ ] myArray3;
4 080
Khatarnak Questions of the Day Dimag Hila Dega baba 😅😅 - jaldi jaldi batao
String str1 = "Hello"; String str2 = new String("Hello"); str2 = str2.intern(); System.out.println(str1 == str2);
4 080
kya bolte ho
DSA ke Topic Wise 3-4 questions ka target le every week
4 080
String s1 = "Hello";
String s2 = "hello";
boolean valueEqualIgnoreCase = s1.equalsIgnoreCase(s2); System.out.println(valueEqualIgnoreCase);
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
