Skip to content

Habarisoft Blog

  • About
  • Impressum

Category: Java

13 January 20093 August 2025 Michael Justin Java, Software Development

The 25 most dangerous programming errors

More than 30 international security companies and organisations have agreed on a list of the top 25 most dangerous programming errors that can lead to security issues, which may be exploited by criminals. For example, in 2008, just two of the errors on the list led to over 1.5 million security breaches. Many of the … Continue reading The 25 most dangerous programming errors

6 December 20083 August 2025 Michael Justin C#, Java, Software Development

stackoverflow.com

Stack Overflow is a collaboratively edited question and answer site for programmers — regardless of platform or language. You can answer and ask questions to your heart's content as an anonymous user, much like Wikipedia. URL: http://stackoverflow.com/ It is still a public beta, but looks very interesting.

13 July 2008 Michael Justin Java

Fun with Infinite Loops in Delphi and Java

Look at the Java and Delphi source codes below. Which one will compile, and which one will run in an infinite loop? (click on 'more...' to see the answer) Java: void loop() { while (true) { try { return; } finally { continue; } } } Delphi: procedure Loop; begin while True do try Exit; … Continue reading Fun with Infinite Loops in Delphi and Java

Posts navigation

Newer posts

Popular

Latest in Messaging

  • New price list – €150 discount – August 202531 July 2025
  • Habari STOMP Clients Release 2025.0620 June 2025
  • Why MQTT Isn’t a Message Queue—and What It Really Is14 June 2025
  • New price list – 50% discounts – June 20251 June 2025

Latest in Delphi

  • Delphi SMTP with OAuth2 app registration
    How To: Secure Delphi SMTP With OAuth23 August 2025
  • New price list – €150 discount – August 202531 July 2025
  • ScroogeXHTML Updates / Save €150 / Trial Versions24 July 2025
  • ScroogeXHTML for Object Pascal 9.3 – fast RTF to HTML converter29 June 2025

Categories

  • Messaging (105)
    • ActiveMQ Artemis (34)
    • ActiveMQ Classic (70)
    • OpenMQ (55)
    • RabbitMQ (62)
  • ScroogeXHTML (44)
  • Software Development (168)
    • C# (20)
    • Delphi (138)
    • Free Pascal (105)
    • Java (83)
    • Unit Tests (5)
Proudly powered by WordPress | Theme: Ixion by Automattic.