Ask Your Question
3

Can systemProperty values be extended to include numbers and booleans alongside strings?

asked 2021-04-22 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-12-22 12:00:00 +0000

lalupa gravatar image

Yes, systemProperty values can include numbers and booleans alongside strings. They can be represented in their respective formats, such as integer or boolean values. However, it is important to keep in mind that when retrieving systemProperty values, they are always returned as strings, so any necessary type conversions need to be done by the program using the property.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-22 11:00:00 +0000

Seen: 11 times

Last updated: Dec 22 '21