So lesen Sie eine Konfigurationsdatei in Java

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: So lesen Sie eine Konfigurationsdatei in Java

by Anonymous » 22 Aug 2025, 07:16

Ich mache ein Projekt zum Erstellen von Thread Pooled Web Server < /code>, in dem ich < /p>


die Portnummer auf welchem ​​Server anhängt. />
Eine Möglichkeit ist, all diese Variablen im Code zu codieren, was ich getan habe. Aber professionell ist es nicht gut.

Top