Saturday, January 15, 2011

What book should I read up on Stock Investment?

As stock investment is quite a new thing to me.
What book should I read up on to know the basics, the functions, common quotes used, the ratios.

Is these any popular book that will teach me all these basics???

ans:
The Intelligent Investor
One Up on Wall Street
The Essays of Warren Buffett
check this site for other books:
http://beginnersinvest.about.com/cs/newinvestors/tp/aatp110101.htm

Is something like this a good idea to invest in?

i recently saw a documentary on the popularity & rapid growth of Facebook. Do you think it's a good idea to invest in something like that, or google?

ans:
yes it is a nice option to invest in facebook once its public... and google is also a equally good option

Where can I get streaming options quotes for free?

I need live options chains, not delayed ones,
thanks guys

ans:
try this site
www.cboe.com

Simple Java Program


class SimpleJavaProgram

{

public static void main(String args[]) //creates main function

{

System.out.println("simple java program"); //to print the required text

} //end of main

} // end of class

How to use resource bundle?


Generally to avoid hard codings in program we use a file called properties file.. This file can contain labels,sql queries,array sizes.. etc.So whenever there is a change in requirement without touching the source code we can change these values… It is also used for internationalization

This is the way to declare a resource bundle:
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle("resources.myApplication");
here resources.myApplication is the property file name

This is the syntax to get a value from that file:
stringName = RESOURCE_BUNDLE.getString("getStringName");

Retrieve Particular Fields from Table


To retrieve details present in some specific fields we have to select those fields from the table..Below example shows how to get a particular column say user_name from a table user_master which contains so many other fields also like user_id, user_age ..etc

eg: SELECT user_name FROM user_master;

here user_name is the column name , user_master is the table_name

Retrieve multiple fields from table


To retrieve details present in some specific fields we have to select those fields from the table..Below example shows how to get particular columns say user_first_name,user_last_name from a table user_master which contains so many other fields also like user_id, user_age ..etc

eg: SELECT user_first_name , user_last_name FROM user_master;

here user_first_name,user_last_name are the column names , user_master is the table_name

Adding javadocs


To add java docs to your classes and functions/methods use the following statements/comments

/****************************************************************
* @File: enter the file name
* @Package: enter the path
* @Desc: describe about that function
* @Version: write the number of the version
* @Restrictions:
* @Modifications:
* @Author: Date: Change Description:
********************************************************

Adding log4j


Log4j has advantage over other logging methods like java logger … It has several categories based on which user can set level so that he can restrict the logging of other details … The various levels are

fatal , error , warning , info , ..etc

This is the syntax to declare the logger

private static final Logger logger = Logger.getLogger(Class_name.class.getName());
Inorder to log the errors , info ..etc we use the following syntax

logger.info("");
logger.debug(" ");
logger.error(errorObject);

Howq do i expand the trail period of kaspersky?

you cant extend but you can always uninstall and reinstall

I need help with math?


( Y^(4/5) * x^(1/2) ) ^(-2)

PLEASE HELPPP MEEE FASSTT! THANKS A MILLION!!!

ans:

(y^(-8/5))(x^(-1))

Friday, January 14, 2011

Please suggest some investment plans?

Hi All,
I am an employee working from past two years, please suggest what are best investments plans for me?

hi
i will not suggest you to invest in stock market directly because it needs lots of knowledge.. but u can very well invest in top mutual funds which can yield a good return for ur hard earned money..
u can invest some amount in ppf and some tax saver funds.. take a good term insurance and health insurance for u..

I want to invest 50 thousand dollars,where do you suggest?

diversify ur investment.. invest some amt in bank fd's/company deposits (60%) and some in equities (say 20%) and the rest in mutual funds and bonds(20%)..
if ur interested in real estate u can invest thr also .. but now in US it is not advisable to invest in real estate

Under which circumstances maturity value certificate is been issued?

certificate of deposit are issued if u agree to invest ur money in that instituition for a cetain period of time.. it may be a bank or some other instituitions...it is a risk free investment

Saturday, January 8, 2011

is SBI provides any trading account like others brokers. can deal without brokers?

yes sbi is providing trading facility.. but they r also brokers..

sbi is offering demat services.. it provides a 3 in 1 account where savings bank a/c , demat a/c and online trading account are all combined .. we can use the demat services online using thr site www.onlinesbi.com .. using this site we can view our holdings , transaction statements .. etc

Does a company make any money when their stock goes up in price? Or is it just the people who bought the stock that profit?

company can make money by selling thr holdings(stocks they own ) when prices go up.. other than that they can't book profit when the prices go up..
Does a company make any money when their stock goes up in price?
company can make money by selling thr holdings(stocks they own ) when prices go up.. other than that they can't book profit when the prices go up..

Can you please suggest a name for me, two names that starts with letter m and a for my baby girl. Thanks?
meena,manjula,akshaya,aishwarya

I want to invest 50 thousand dollars,where do you suggest?
diversify ur investment.. invest some amt in bank fd's/company deposits (60%) and some in equities (say 20%) and the rest in mutual funds and bonds(20%)..
if ur interested in real estate u can invest thr also .. but now in US it is not advisable to invest in real estate

Monday, January 3, 2011

monochromators

monochromator is an optical device used to select a particular wavelength of light to pass through it.
for more details visit:
http://en.wikipedia.org/wiki/Monochromator