java-language – programming-java – কুইজ মডেল টেস্ট অনুশীলন – 5
7789. Given: public void test(int x) { int odd = x % 2; if(odd) { System.out.println(odd); } else { System.out.println(even); } } Which statement is true?
- odd will be output for odd values of x
- and even for even values.odd will always be output.
- even will always be output
- Compilation fails.
7790. Why do we need to write static keyword to main method
- it is syntax
- it gives access to other method
- to create single copy
- none of these
7791. Which of the following lines is not a Java comment?
- // comments
- /* comments */
- – comments
- /** comments */
7792. What is meant by API
- application programming interface
- advance programming infrastructure
- application programming infrastructure
- none of these
7793. Which of the following is the correct statement to create an object of Data class?
- Data d=new Data();
- Data d()=new Data();
- Data d=new object();
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "java-language - programming-java - কুইজ মডেল টেস্ট অনুশীলন - 5"