Tag: programming languages

Questions Related to programming languages

  1. Make sure all your subroutines are thread-safe

  2. Free all unallocated memory blocks

  3. Normalize your data model

  4. Determine the answer to question 8 above


Correct Option: D

C# is a language platform that is very similar to Java in many respects. If a programmer develops software in C# using Microsoft Visual Studio what is an equivalent tool for the Java platform?

  1. Subversion

  2. Apache Ant

  3. NetBeans

  4. Spring


Correct Option: C
  1. Make sure all your subroutines are thread-safe

  2. Free all unallocated memory blocks

  3. Normalize your data model

  4. Determine the answer to question above


Correct Option: D
  1. Linking libraries statically increases executable file size and leads to code redundancy

  2. Without dynamic linking the software cannot take advantage of higher-order functions

  3. The software becomes subject to the linked libraries' license terms which may include usage fees

  4. Lack of proper dynamic linking leads to library proliferation and increased "DLL hell"


Correct Option: A