Essays about: "Java Programs"

Showing result 1 - 5 of 52 essays containing the words Java Programs.

  1. 1. Investigating the Accuracy of Metric-Based versus Machine Learning Approaches in Detecting Design Patterns

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Nils Dunlop; [2023-08-03]
    Keywords : Design Pattern Detection; Metrics; Thresholds; Machine Learning;

    Abstract : Design pattern detection approaches have evolved, with machine-learning methods gaining prominence. However, implementing machine-learning models can be challenging due to extensive training requirements and the need for large labeled design pattern datasets. READ MORE

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

  3. 3. Secure Application Development

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

    Author : Alaa Alwan; [2022]
    Keywords : secure development; application security; static application security testing; SAST;

    Abstract : Security testing is a widely applied measure to evaluate and improve software security by identifying vulnerabilities and ensuring security requirements related to properties like confidentiality, integrity, and availability. A confidentiality policy guarantees that attackers will not be able to expose secret information. READ MORE

  4. 4. Metametaprogramming for Java with Spoon

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

    Author : Andrew Bwogi; [2021]
    Keywords : ;

    Abstract : Metaprogramming is used to abstract away complicated code by o˙ering a more intuitive interface that automatically generates it. Spoon and ASM are two metaprogram libraries for Java that operate on programs at source code and bytecode level respectively. READ MORE

  5. 5. Syntax highlighting effects on Java code readability

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

    Author : Henrik Jolérus; William Agnér; [2021]
    Keywords : ;

    Abstract : The readability of Java programs is important for both cost-effectivenesses in Java development and for easing the process of learning and teaching Java programming. Syntax highlighting is used as a tool for increasing code readability through coloring and stylizing parts of code. READ MORE