Essays about: "Björn Berggren"

Found 1 essay containing the words Björn Berggren.

  1. 1. Analysing Aliasing in Java Applications

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Björn Berggren; [2020]
    Keywords : ;

    Abstract : Aliasing refers to the possibility of having multiple references to the same memory location and is a cornerstone concept in the imperative programming paradigm. As applications grow large, it is hard for programmers to keep track of all places in the code where they employ aliasing, possibly resulting in hard-to-predict runtime errors. READ MORE