Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can remove hard code in java?

Answer Posted / sreenivas

by using command line arguments and System properties .
by using the command line arguments ,we can pass the values
from the command line as well as with same order with same
order .but in System properties, we can pass the values in
any order by using System.getProperty() meethod and pass
the values from the command line we specify the option -D
and followe by variable name=value.

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I know which jdbc driver to use?

953


State the different connection methods used for creating different types of sql.

918


What is a jdbc driver and how many jdbc drivers are available?

967


Explain the process of creating tables using NetBeans IDE?

919


What are 4 drivers available in JDBC? At what situation are four of the drivers used?

897


What are the considerations for deciding on transaction boundaries?

944


How to connect html page to database using jdbc?

844


What is ODBC and JDBC? How do you connect the Database?

973


How do java applications access the database using jdbc?

964


Write an sql to find all records having all numeric characters in a field ?

906


Why do you use a data source object for a connection?

969


Is it possible to connect to multiple databases simultaneously?

992


What is benefit of using preparedstatement in java?

859


What is ojdbc14 jar?

853


What is the return type of execute, executequery and executeupdate?

1060