Essays about: "Java programming paradigm"

Showing result 1 - 5 of 9 essays containing the words Java programming paradigm.

  1. 1. Notification Oriented Paradigm as a Green Technology : Development of a Simulated Sensor Correlation Application with NOP C++ Framework 4.0 and Comparing Green Aspects with usual OOP Languages

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Md Abu Ahammed Babu; [2022]
    Keywords : Notification Oriented Paradigm NOP ; NOP C Framework 4.0; Object-Oriented Programming OOP ; C ; Java; Simulated Sensor Correlation Application; Smart City-like context application; Performance Comparison; Performance Analysis;

    Abstract : The most commonly used programming languages for modern software development usually belong to either the Imperative Paradigm (IP) or Declarative Paradigm (DP). These paradigms often come with drawbacks like code coupling and structural and/or temporal redundancy. READ MORE

  2. 2. Vocal Reactive Programming: Enabling RxJava

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Gustaf Eknefelt; Stefan Nilsson; [2022]
    Keywords : Programming by voice; Reactive programming; RSI; Serenade; Speech recognition; Talon;

    Abstract : Previous research has shown that the reactive paradigm is suitable for programming by voice, due to its frequent use of expressions used in common English. However, the software used in the previous research (Talon) does not support reactive programming. To our knowledge, no other programming-by-voice software has built-in support for RxJava. READ MORE

  3. 3. Programming by voice : Efficiency in the Reactive and Imperative Paradigm

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Miriam Lagergren; Max Soneryd; [2021]
    Keywords : Vocal programming; reactive; imperative; RSI; Talon;

    Abstract : Due to the recent increase of computer programmers, and asa result, sufferers from Repetitive Strain Injury (RSI),programming by voice is becoming an important alternativeto keyboard-based input. Using speech recognition softwareis more difficult for programming tasks than naturallanguage. READ MORE

  4. 4. Java programming paradigm comprehensibility: Procedural versus Reactive

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Mattis Lundberg; Pontus Österdahl; [2021]
    Keywords : Java programming paradigm; comprehensibility; Procedural; Reactive;

    Abstract : Software developers spend more time on reading than writingcode. Comprehensible code therefore has the potential tosignificantly improve software development andmaintenance by lowering the time needed for understandingexisting code. Previous research suggest that the choice ofProgramming paradigm may affect code comprehension. READ MORE

  5. 5. 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