What is the properties class in java programming?



What is the properties class in java programming?..

Answer / Amareek Lal

The Properties class in Java represents a persistent name-value pair configuration file. It's used to store and retrieve key-value pairs, which can be loaded from or saved to a stream or a file. Each key in the Properties object must be unique.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How to sort an array in java without using sort method?

1 Answers  


Why Java doesn’t support multiple inheritance?

1 Answers  


How 'java' got its name and what it stands for?

11 Answers   Wipro,


Explain the difference between intermediate and terminal operations in java8?

1 Answers  


What is a method signature java?

1 Answers  


What is meant by polymorphism?

1 Answers  


Difference between Encapsulation and Abstraction

4 Answers   Fidelity,


What is dot operator?

1 Answers  


heavy components means what?

4 Answers  


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1 Answers  


Which sort is best in java?

1 Answers  


What is a native method?

2 Answers  


Categories