ru
Feedback
JMB Materials

JMB Materials

Открыть в Telegram

All Programming Language Materials All free Courses All free materials For Daily Job updates: https://t.me/jobsmukyambigilu

Больше
1 256
Подписчики
-124 часа
-17 дней
-1230 день
Архив постов
SQL.pdf3.69 MB

SQL zero to hero colourful handwritten guide 📚 Drop a ♥️ to get more such amazing contents 😊

R Programming from Scratch.pdf2.96 MB

SQL Zero to Hero Notes.pdf7.12 KB

Repost from Jobs Mukyam Bigilu

35. What is the implicit return type of constructor?
Anonymous voting

34. What is the variables declared in a class for the use of all methods of the class called?
Anonymous voting

33. Identify the modifier which cannot be used for constructor.
Anonymous voting

32. Where does the system stores parameters and local variables whenever a method is invoked?
Anonymous voting

31. Output of Math.floor(3.6)?
Anonymous voting

30. Identify the return type of a method that does not return any value.
Anonymous voting

29. Find the output of the following code. Public class Solution{ Public static void main(String… argos){ Int x = 5; x * = (3 + 7); System.out.println(x);
Anonymous voting

28. Find the output of the following code. if(1 + 1 + 1 + 1 + 1 == 5){ System.out.print(“TRUE”); } else{ System.out.print(“FALSE”); }
Anonymous voting

27. Find the output of the following code. int ++a = 100; System.out.println(++a);
Anonymous voting

26. Total constructor string class have?
Anonymous voting

Repost from Jobs Mukyam Bigilu
photo content

25. How many objects will be created in the following? String a = new String(“Interviewbit”); String b = new String(“Interviewbit”); Strinc c = “Interviewbit”; String d = “Interviewbit”;
Anonymous voting

24. To which of the following does the class string belong to.
Anonymous voting

23. What does the following string do to given string str1. String str1 = “Interviewbit”.replace(‘e’,’s’);
Anonymous voting

22.Identify the output of the following program. Public class Test{ Public static void main(String argos[]){ String str1 = “one”; String str2 = “two”; System.out.println(str1.concat(str2)); } }
Anonymous voting