Essays about: "java"

Showing result 21 - 25 of 665 essays containing the word java.

  1. 21. Empirical Comparison Between Conventional and AI-based Automated Unit Test Generation Tools in Java

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Marios Gkikopouli; Batjigdrel Bataa; [2023]
    Keywords : Software Testing; Unit Testing; Automatic Test Case Generation; AI; Defects4J; Experiment; ;

    Abstract : Unit testing plays a crucial role in ensuring the quality and reliability of software systems. However, manual testing can often be a slow and time-consuming process. With current advancements in artificial intelligence (AI), new tools have emerged for automated unit testing to address this issue. READ MORE

  2. 22. One Compiler to Rule Them All : Extending the Storm Programming Language Platform with a Java Frontend

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Simon Ahrenstedt; Daniel Huber; [2023]
    Keywords : storm; language technology; context free grammar; regular language; context free language; compiler; action research; EBNF; BNF; intermediate code generation; parser; basic storm; java compiler frontend; syntax language; syntax transformation;

    Abstract : The thesis aims to develop a method for extending the language platform Storm with a Java frontend.The project was conducted using an Action Research methodology and highlights triumphs andchallenges. READ MORE

  3. 23. Estimating the energy consumption of Java Programs : Collections & Sorting algorithms

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Dalya AbuHemeida; Mustafa Alsaid; [2023]
    Keywords : Java Collections; Sorting algorithms; Energy consumption; Quality attributes;

    Abstract : Java applications consume energy, which has become a controversial topic since it limits the number of machines and increases the cost of data centers. This paper investigates the potential relationship between energy consumption and some quality attributes for Java Collections and Sorting algorithms in order to raise awareness about using energy-efficient programs. READ MORE

  4. 24. Comparing Virtual Threads and Reactive Webflux in Spring : A Comparative Performance Analysis of Concurrency Solutions in Spring

    University essay from KTH/Hälsoinformatik och logistik

    Author : Carl Haneklint; Yo Han Joo; [2023]
    Keywords : Virtual threads; Spring Boot; Reactive WebFlux; Java; Concurrency; Virtual threads; Spring Boot; Reactive WebFlux; Java; Concurrency;

    Abstract : To develop a high performant web service in Java, Reactive WebFlux has previously been utilized as the only alternative. With the introduction of virtual threads in Java 19, it has been considered that it would be an alternative to the current provided option. READ MORE

  5. 25. An Empirical Study on Using Codex for Automated Program Repair

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Pengyu Zhao; [2023]
    Keywords : Automated Program Repair; Codex; Large Language Models; Defects4J; Patch Generation; Prompt Engineering; Automatiserad Programreparation; Codex; Storskaliga Språkmodeller; Defects4J; Patchgenerering; Promptteknik;

    Abstract : This thesis explores the potential of Codex, a pre-trained Large Language Model (LLM), for Automated Program Repair (APR) by assessing its performance on the Defects4J benchmark that includes real-world Java bugs. The study aims to provide a comprehensive understanding of Codex’s capabilities and limitations in generating syntactically and semantically equivalent patches for defects, as well as evaluating its ability to handle defects with different levels of importance and complexity. READ MORE