Tag: programming languages

Questions Related to programming languages

  1. MSbuild is used to build .Net Solutions

  2. MSBuild cannot build .Net1.1 Solutions

  3. MSBuild can work together with NAnt

  4. All are correct


Correct Option: D
  1. It supports loosly coupled architecture

  2. It can work across various protocols

  3. We cannot have more than one endpoint in WCF Service

  4. It provides Security and Scalability


Correct Option: C
  1. same thing no difference

  2. static block for particular object lock and static method locks all the object

  3. java doesnt have static block only static method it have

  4. none of these


Correct Option: B
  1. public void class

  2. object class

  3. inner class

  4. outer class


Correct Option: B
  1. yes

  2. no java.lang.String is declared as final

  3. some times only

  4. none of these


Correct Option: B
  1. wait(), toString() only

  2. notify(), notifyall() only

  3. run(), stop()

  4. wait(),toString(),notify(), notifyall() and finalize()


Correct Option: D
  1. wait(), toString() only

  2. notify(), notifyall() only

  3. run(), stop()

  4. wait(),toString(),notify(), notifyall() and finalize()


Correct Option: D