Just paid over SGD 1000 for car insurance, another bill comes. It is vehicle licence fee. SGD 475.00 for 6 months, or SGD 950.00 for a year. Ain't they too greedy? 1K for insurance, 1K for licence, plus 3K for parking and ERP, and 3K for gas. It varies vehicle by vehicle, but pretty much in that range - 7 to 8 grands a year for driving a car in Singapore. Oh, yes, don't forget the car's value is decreasing year by year.
singleton Scopes the bean definition to a single instance per Spring container (default). prototype Allows a bean to be instantiated any number of times (once per use). request Scopes a bean definition to an HTTP request. Only valid when used with a web capable Spring context (such as with Spring MVC). session Scopes a bean definition to an HTTP session. Only valid when used with a webcapableSpring context (such as with Spring MVC). global-session Scopes a bean definition to a global HTTP session. Only valid when used in a portlet context.
Comments
Post a Comment