0

platforms and products Online Quiz - 91

Description: platforms and products Online Quiz - 91
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

What are all the advantages(s) of using an IDE over manual coding without using them?

  1. Reduced development time

  2. Enforce project or company standards using templates

  3. The IDE Learning curve/coding time will out run the manual coding time in a big/complex project.

  4. All of the above.


Correct Option: D

Which of the following utility tool(s) is/are not supplied by Eclipse?

  1. Editors

  2. Project Creation Wizards

  3. Validators

  4. Application Server domain creation wizard


Correct Option: D

Eclipse can be used for developing

  1. Standalone applications

  2. Distributed applications

  3. All of the above

  4. None of these


Correct Option: C

Which of the following entries in the Project properties window allow the user to add libraries to the classpath of a particular project?

  1. Builder

  2. Java Build Path

  3. Java Doc Location

  4. None of these


Correct Option: B

The Source Menu option in the Eclipse IDE can help the developer in

  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above


Correct Option: D

Which of the following is not a Perspective in Eclipse

  1. Java Browsing

  2. Java EE

  3. Debug

  4. Java Editor


Correct Option: D

MyEclipse is

  1. A new IDE competing with Eclipse

  2. A set of plug-ins under Eclipse

  3. A java class file editor

  4. All of the above


Correct Option: B

In the package Explorer, which of the following classes we can run directly?

  1. A public class which contains a main method with proper signature (Arguments, return types etc).

  2. We can run any classes

  3. Only those classes which have public no argument constructors.

  4. None of these


Correct Option: A

We have a public class with a proper main method. Which of the following options helps us in supplying the runtime arguments?

  1. Right click on the class and select ‘Run as > Java Application’

  2. Right click on the class and select ‘Run’

  3. It is not possible in Eclipse.

  4. All of the above


Correct Option: B

Which of the following is true

  1. MyEclipse uses Eclipse beneath the hood.

  2. MyEclipse operates independently (Without the help of Eclipse)

  3. MyEclipse is intended only for distributed application development

  4. None of these


Correct Option: A

What is the mandatory special project member MyEclipse includes in the directory structure while creating a Web Application?

  1. .mymetadata file

  2. .myeclipse folder

  3. an ejb-jar.xml file

  4. An application.xml


Correct Option: A

Which of the following application servers can be plugged into MyEclipse?

  1. Tomcat

  2. Oracle

  3. BEA

  4. All of the above


Correct Option: D

Hot-swap/update of source file in a deployed application is possible only in

  1. MyEclipse

  2. Eclipse

  3. Both

  4. None of these


Correct Option: A

What is the full form of IDE?

  1. Integrated development environment

  2. Integrated deployment environment

  3. In-house deployment Environment

  4. None of these


Correct Option: A

Which of the following statements is incorrect about Windows Workflow Foundation?

  1. Extensible Application Markup Language - XAML can be used to define workflow declaratively

  2. Sequential Workflow and State Machine Workflow are two basic workflow type

  3. Workflow can be persisted into SQL server using built in persistence provider

  4. Workflow Runtime cannot be hosted in Windows application


Correct Option: D
  1. WS-Security

  2. WS-Encryption

  3. WS-SecurityPolicy

  4. WS-Trust


Correct Option: B

Which of the following is not correct about .NET Framework Client Profile?

  1. It is a subset of the full .NET Framework 3.5 SP1 that targets client applications

  2. It includes only client-specific assemblies (i.e. Win Forms, WPF, WCF, ClickOnce) and doesn’t contain any of the server-specific assemblies (i.e. LINQ To SQL, Windows Workflow Foundation)

  3. The size of the .NET Framework Client Profile is 26 MB

  4. A client machine that has the .NET Framework Client Profile cannot later upgrade to the full version of the .NET Framework if needed


Correct Option: D

Which of the following statements is not correct about Common Language Runtime?

  1. .NET Framework 2.0 CLR was introduced with Visual Studio 2005

  2. .NET Framework 3.0 uses the .NET Framework 2.0 CLR

  3. .NET Framework 3.5 uses the .NET Framework 2.0 CLR

  4. .NET Framework 3.5 SP1 first time introduced the .NET Framework 3.0 CLR


Correct Option: D

Name the .NET Framework feature that can be used to add a method to pre-compiled classes without using inheritance?

  1. Extension methods

  2. Lambda Expression

  3. Abstract methods

  4. Expression trees


Correct Option: A

Which of the following statements is not correct about Windows Communication Framework (WCF)?

  1. WCF Service can define Data, Service, Fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCF support Message reliability without ordered delivery


Correct Option: D
- Hide questions