Tag: programming languages

Questions Related to programming languages

  1. Compilation succeeds

  2. Compilation fails due only to an error on line 15

  3. Compilation fails due only to an error on line 16

  4. Compilation fails due only to an error on line 17

  5. Compilation fails due only to an error on line 18

  6. Compilation fails due to errors on multiple lines


Correct Option: B
  1. Servlet in web application

  2. Record in a database

  3. Enterprise java bean

  4. File record


Correct Option: C
  1. A Workspace can contain multiple applications and projects ….

  2. Module can have projects ,library and application

  3. Library can have modules and projects

  4. Application can have one or more projects, library and module


Correct Option: D
  1. public void perform() { }

  2. public boolean perform() { }

  3. static public boolean perform() { }

  4. public void perform() throws Exception { }

  5. public boolean perform() throws Exception { }


Correct Option: D