Bissoy.com
Login
Doctors
Medicines
MCQs
Q&A
Ask
Merit Test
Questions
Courses
In an Enterprise-class database system, business users interact directly with database applications that interact with the DBMS, which directly accesses the database data.?
True
False
LohaHridoy
0
Edit
11
views
2025-01-04 04:42
1
Answers
AhmedNazir
Answer: Option 1
Let'
0
Thanks
11
views
Answered
2022-09-01 13:21
Report
Edit
Call
Related Questions
What will be the output class A{ static void method(){ System.out.println("Class A method"); } } class B extends A{ static void method(){ System.out.println("Class B method"); } } public class Test{ public static void main(String args[]){ A a = new B(); a.method(); } }?
1 Answers
5
Views
What will be the output interface A{ public void method(); } class One{ public void method(){ System.out.println("Class One method"); } } class Two extends One implements A{ public void method(){ System.out.println("Class Two method"); } } public class Test extends Two{ public static void main(String[] args){ A a = new Two(); a.method(); } }?
1 Answers
13
Views
What will be the result of compiling and executing the following program code class Vehicle{ public void printSound(){ System.out.print("vehicle"); } } class Car extends Vehicle{ public void printSound(){ System.out.print("car"); } } class Bike extends Vehicle{ public void printSound(){ System.out.print("bike"); } } public class Test{ public static void main(String[] args){ Vehicle v = new Car(); Bike b = (Bike) v; v.printSound(); b.printSound(); } }?
1 Answers
6
Views
What will be the result after the class Test execution class A{ public void doA(){ B b = new B(); b.dobB(); System.out.print("doA"); } } class B{ public void dobB(){ C c = new C(); c.doC(); System.out.print("doB"); } } class C{ public void doC(){ if(true) throw new NullPointerException(); System.out.print("doC"); } } public class Test{ public static void main(String args[]){ try{ A a = new A(); a.doA(); }catch(Exception ex){ System.out.print("error"); } } }?
1 Answers
9
Views
The DBMS acts as an interface between what two components of an enterprise-class database system?
1 Answers
4
Views
With an enterprise data model, it is much easier to build applications because you know exactly what data exist and what needs to be added.?
1 Answers
4
Views
Which of the following is not considered to be a basic element of an enterprise-class database system?
1 Answers
4
Views
In an enterprise-class database system, business users interact directly with database applications, which directly access the database data.?
1 Answers
5
Views
During logical database design, the conceptual data model is transformed into a logical data model which describes the data in terms of a specific data management technology.?
1 Answers
4
Views
Directions : In each of the following questions a statement is given, followed by two conclusions. Give answer : Statements : Applications of applicants who do no fulfil eligibility criteria and/or who do not submit applications before last date will be summarily rejected and will not be called for the written test. Conclusions : I. Those who are called for the written test are those who fulfil eligibility criteria and have submitted their applications before last date. II. Written test will be held only after scrutiny of applications.?
1 Answers
5
Views
কোরআন
হাদিস
চাকুরি প্রস্তুতি
বিশ্ববিদ্যালয় ভর্তি
মেডিকেল SBA
12
এইচএসসি
10
এসএসসি
8
জেএসসি
এক্সাম দিয়ে মেধা যাচাই করুন
Job Preparation (1125)
Admission (754)
এসএসসি (10)
এইচএসসি (5)
Login Required
You need to log in to continue.
Login
Cancel
Download Required
You need to download the app to make a call.
Download
Cancel