Developer community
Ask us anything
Toggle navigation
ProAnswers.org
Email or Username
Password
Remember
Login
Register
|
I forgot my password
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Badges
Books
How can we Get the Default System Properties list?
0
votes
116
views
java
default-system
properties
asked
by
augustaina
Sr Member
(
4.8k
points)
●
10
●
23
●
31
|
116
views
answer
comment
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Add answer
Cancel
1
Answer
0
votes
public class MainClass {
public static void main(String[] args) {
java.util.Properties properties = System.getProperties();
properties.list(System.out);
}
}
answered
by
rock
Expert
(
15k
points)
●
15
●
23
●
31
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Related questions
0
votes
1
answer
How can we Set System Properties by using the java program?
asked
by
smith
Geek
(
15.3k
points)
●
17
●
40
●
61
|
109
views
java
system-properties
0
votes
1
answer
What are the properties and different Types of Sub-Queries?
asked
by
kelly johnes
Advisor
(
6.3k
points)
●
5
●
21
●
33
|
12
views
sql
properties
sub-queries
0
votes
1
answer
How can we get the information of the userdefind Object class?
asked
by
rock
Expert
(
15k
points)
●
15
●
23
●
31
|
19
views
java
object-class
0
votes
1
answer
How can we Set a system property by using java program?
asked
by
rock
Expert
(
15k
points)
●
15
●
23
●
31
|
114
views
java
system-properties
0
votes
1
answer
How many JVM's we can run in a system?
asked
by
john
Guru
(
27.1k
points)
●
33
●
50
●
97
|
37
views
java
jvm
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Most popular tags
java
core-java
c-language
c
html
c-program
dot-net
cpp
oops
php
dbms
sql
c#
os
c++
net
css
servlet
jsp
unix
Categories
All categories
C Books Guide and List
C++ Books Guide and List
Best Java Books
3.8k
questions
4k
answers
117
comments
10.7k
users
3,751
questions
4,046
answers
117
comments
10,709
users