Tuesday, 16 June 2015

101 DO'S and DON'TS in LIFE

There are some things in life that you just do, and don't do.  I have learned many things, met many people, and experienced things that I will carry with me to the grave. 

I would like to say thank you to those that have helped me compile this list, whether you know it or not. This endeavor has always kept me on my feet, thinking, and observing the world around me. It is my hope for this list to inspire people anywhere in the world, just as I have been influenced by those around me.


  1. Always be willing to learn when given the opportunity.

  2. Think not twice but 5 times about what you spend your money on.

  3. Time is yours, and it's running. Run with it, or ahead of it.

  4. Treat people with courtesy and respect, karma will take care of the rest.

  5. Avoid keeping junk, or things you are attached to that are not important.

  6. Realize what you take for granted, for it may not always be there.

  7. In a situation, look for solutions and progress, rather than explanations.

  8. Strive for consistent organization, as it helps with complex endeavors.

  9. Keep a calendar for important dates and events, you won't regret it.

  10. Wish people Happy Birthdays - you will be much appreciated.

  11. Avoid lying - you will have less to remember.

  12. Meeting new people and socializing has immense benefits.

  13. Don't take the sparse resources available to you for granted.

  14. Patience is a virtue. With it, you can go places never imagined.

  15. Recycle your garbage and general waste.

  16. Try to eat healthy when you can, or you'll kick yourself later.

  17. Do not smoke or cause unnecessary harm to yourself.

  18. Coupons are very, very great things. Use them wisely.

  19. Know the difference between Effectiveness & Efficiency.

  20. When you're discouraged, remember the purpose of it all.

  21. Personal and Professional relationships in life are important.

  22. Getting a solid education helps you in more ways than one.

  23. Compliment people, even for the smallest things - they will like you.

  24. Sometimes, life is all about risk. Choose wisely.

  25. Learn how to take decent photographs, for they are priceless.

  26. Always carry a spare (insert item here). You won't be sorry.

  27. Don't make a fool of yourself - Do your research.

  28. Be good at something, that way you can always fall back on it.

  29. Always back up everything you don't want to lose. Always.

  30. Education is beautiful. Enlighten others with your knowledge.

  31. Don't let other people's negative attitudes get to the best of you.

  32. If you freelance, choose wisely who you work for or with.

  33. Remember: How would you feel in his/her shoes?

  34. Always have resources and references that are helpful to you.

  35. Free is not always good, as its problems may cost you.

  36. If you can, read magazines in bookstores instead of subscribing.

  37. Having a business card is efficient, effective, and impressive.

  38. Knowing when to keep your mouth shut is a gift. Practice it.

  39. Thank other people often, appreciation will be mutual.

  40. Know how to turn a dollar into two... without ripping it.

  41. Saying "no" to things can be very helpful in the long run.

  42. Always carry a pen with you when possible. Preparedness rocks!

  43. When you create goals for yourself, tell others about it.

  44. Sometimes, the little things in life have the biggest value.

  45. Understanding that not all things are fair can save many headaches.

  46. Getting an education is one of life's great experiences.

  47. Play games - it helps you learn about how people are.

  48. Don't quite your job until you find another one.

  49. Know a second language - it will help you achieve wonders.

  50. A clean and open workspace helps with productivity.

  51. Only make promises you know you can keep.

  52. Take on a hobby you know you can stick with.

  53. Make a list of random trivial questions and Google them!

  54. Call a friend you haven't talked to in a long time.

  55. Travel and experience the amazing varieties of life.

  56. Read books - expose your mind to new ideas.

  57. Turn off your judging machine when talking to people.

  58. Observe and adapt desirable behavior & body language of others.

  59. Respect the environment - you don't wanna damage your planet.

  60. Always think twice about purchasing something you don't need.

  61. Donate your used belongings to charities. They will love you!

  62. Always look for inspiration for motivation to get things done.

  63. Save money and buy energy efficient products.

  64. Use credit cards only if you are certain you can pay it back.

  65. Have a good understanding of history - old and recent.

  66. Do not be afraid to take a risks.

  67. If you really want something, put your heart into it.

  68. Learn some handyman skills - they will benefit you greatly.

  69. When traveling, be cautious of scammers trying to get you!

  70. Do not carry important documents unless it's necessary.

  71. Always be ready to write down ideas, you will forget them.

  72. Pay attention to your dreams as they show you who you are.

  73. Always put effort into being around like-minded people.

  74. Utilize your belongings to their maximum potential.

  75. Learn how things tick. It'll help your general understanding.

  76. Do not be afraid to ask questions, no matter what they are!

  77. Do not leave your chances with luck, but have room for it.

  78. Do not carry around large sums of money for no reason.

  79. Be considerate of others - it makes things so much easier.

  80. Don't fall behind with the things you love - stay sharp!

  81. Don't let failures stop you from achieving your goals.

  82. Learn to socialize and converse with anyone.

  83. Keep an organized list of all the people you know and meet.

  84. Research productivity tools and techniques. There are thousands.

  85. Challenging yourself is the only real way to grow.

  86. Compromise helps you avoid many problems throughout life.

  87. Don't burn down any bridges, you may be crossing one soon.

  88. Don't be afraid to build something, the feeling is uplifting.

  89. Always get plenty of rest before doing anything serious.

  90. Respect others as you expect to be respected yourself.

  91. Travel the world and experience life other than your own.

  92. Through hard times, never fear seeking help.

  93. Let your children be children, curious and energetic.

  94. Don't fear admitting defeat. It only makes you stronger.

  95. Be true to yourself, as you're the only sure thing you have.

  96. If you believe you're born to do something, chase after it.

  97. Don't be afraid to trust others.

  98. Always put family and friends first, business second.

  99. Love with all of your heart, and everything you've got.

  100. Don't let a once-in-a-lifetime opportunity pass you by.

  101. Make your own list.

Monday, 15 June 2015

Java-Introduction

Introduction to Java

Java is a simple and yet powerful object oriented programming language and it is in many respects similar to C++. Java originated at Sun Microsystems, Inc. in 1991. It was conceived by James Gosling, Patrick Naughton, Chris Warth, Ed Frank, and Mike Sheridan at Sun Microsystems, Inc. It was developed to provide a platform-independent programming language.

Platform independent

Unlike many other programming languages including C and C++ when Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by virtual Machine (JVM) on whichever platform it is being run.

Java Virtual Machine

What is the Java Virtual Machine? What  is its role?
Java was designed with a concept of ‘write once and run everywhere’. Java Virtual Machine plays the central role in this concept. The JVM is the environment in which Java programs execute. It is a software that is implemented on top of real hardware and operating system. When the source code (.java files) is compiled, it is translated into byte codes and then placed into (.class) files. The JVM executes these bytecodes. So Java byte codes can be thought of as the machine language of the JVM. A JVM can either interpret the bytecode one instruction at a time or the bytecode can be compiled further for the real microprocessor using what is called a just-in-time compiler. The JVM must be implemented on a particular platform before compiled programs can run on that platform.

Object Oriented Programming

Since Java is an object oriented programming language it has following features:
  • Reusability of Code
  • Emphasis on data rather than procedure
  • Data is hidden and cannot be accessed by external functions
  • Objects can communicate with each other through functions
  • New data and functions can be easily addedJava has powerful features. The following are some of them:-

    Simple
    Reusable
    Portable (Platform Independent)
    Distributed
    Robust
    Secure
    High Performance
    Dynamic
    Threaded
    Interpreted
Object Oriented Programming is a method of implementation in which programs are organized as cooperative collection of objects, each of which represents an instance of a class, and whose classes are all members of a hierarchy of classes united via inheritance relationships.
OOP Concepts
Four principles of Object Oriented Programming are
Abstraction
Encapsulation
Inheritance
Polymorphism
Abstraction
Abstraction denotes the essential characteristics of an object that distinguish it from all other kinds of objects and thus provide crisply defined conceptual boundaries, relative to the perspective of the viewer.
Encapsulation
Encapsulation is the process of compartmentalizing the elements of an abstraction that constitute its structure and behavior ; encapsulation serves to separate the contractual interface of an abstraction and its implementation.
Encapsulation
* Hides the implementation details of a class.
* Forces the user to use an interface to access data
* Makes the code more maintainable.
Inheritance
Inheritance is the process by which one object acquires the properties of another object.
Polymorphism
Polymorphism is the existence of the classes or methods in different forms or single name denoting different
implementations.

Java is Distributed

With extensive set of routines to handle TCP/IP protocols like HTTP and FTP java can open and access the objects across net via URLs.

Java is Multithreaded

One of the powerful aspects of the Java language is that it allows multiple threads of execution to run concurrently within the same program A single Java program can have many different threads executing independently and continuously. Multiple Java applets can run on the browser at the same time sharing the CPU time.

Java is Secure

Java was designed to allow secure execution of code across network. To make Java secure many of the features of C and C++ were eliminated. Java does not use Pointers. Java programs cannot access arbitrary addresses in memory.

Garbage collection

Automatic garbage collection is another great feature of Java with which it prevents inadvertent corruption of memory. Similar to C++, Java has a new operator to allocate memory on the heap for a new object. But it does not use delete operator to free the memory as it is done in C++ to free the memory if the object is no longer needed. It is done automatically with garbage collector.

Java Applications

Java has evolved from a simple language providing interactive dynamic content for web pages to a predominant enterprise-enabled programming language suitable for developing significant and critical applications. Today, It is used for many types of applications including Web based applications, Financial applications, Gaming applications, embedded systems, Distributed enterprise applications, mobile applications, Image processors, desktop applications and many more. This site outlines the building blocks of java by stating few java examples along with some java tutorials.

Earn Free Money Online Without Any Investment

In today’s world, earning money can be as easy as answering survey questions or sharing something in your Facebook account. In simple terms, you can now earn money online without any investment.
Yes, you read that one right.

earn money online

You can now earn money online without you spending any money.

So, how do you earn money online without any investment?


Well, I came up with this list of few things that you can do to start making money online now without you spending a time.


1. Make Money Online by Answering Surveys
To start making money with paid survey, you will need a portfolio of good survey sites that you can go to on a daily basis and take surveys. Through my experience I have discovered some great websites that you use to start earning money with right now.

Best Paid Online Survey Sites to Earn Money: http://goo.gl/VPcl7e

2. Sell Your Stuff Online
One of the easiest ways you can make money online without investment is selling the stuff you don’t need in the Internet. Keep it for a while until you find a buyer for it.

Another good thing about selling your stuff online is that it won’t cost you anything, it’s totally FREE. You can sell your stuff on eBay, Craigslist or by posting an ad on your social networking accounts like on Facebook or even in your Google+ account.

3. Become A Freelancer and Start Making Money Online
If you’ve got skills in writing, editing, social marketing, web design, translating or just about anything that can useful for someone online, then you can become a freelancer, and start earning money online by finishing different projects or tasks.

Most Popular Freelancing Websites For Freelancers: http://goo.gl/7DtVF4

4. Start A Website Using Blogger and Monetize It Using Google Adsense
Blogger is an online blogging platform, just like WordPress, that can be used by anyone for free. You can even have your own domain name, but your domain will have an extension like this one, “domainname.blogspot.com”.

If you want to get the usual domain name without extension that is easier to remember and to type like my domain (“moneysavingdude.com”), then you’ve got to spend more or less $10 to get one.

Sites to Make Money by Writing Reviews Online: http://goo.gl/M5OBSk

5. Become An Affiliate and Sell Other People’s Products
by selling other people’s products and/or services. You can sell those products and/or services on your website, your social networking accounts, or by sending emails to people you know, all depending on the terms given on the affiliate program that you choose.

Recommended Affiliate Programs to Make Money Online: http://goo.gl/jh2V4d
Also you can read below article for more details
 - 10 Easiest Ways to Make Money Online: http://goo.gl/nE3Y6k
 - View Ads for Earn Money from Home: http://goo.gl/kWukrS
Conclusion
Making money online is easier now than ever before. There are several other ways you can do to earn money online without investment, and those listed above are just some of them. With your skills, dedication and a bit of luck you can make anywhere between a few hundred dollars to a full-time income online.

10 Easiest Ways to Make Money Online

Making Money Online requires you to have your own portal, products to sell and some marketing expertise. But a new generation of dot-coms have taken place that will pay you for what you know and who you know without you having to be an expert web designer or a marketing expert.

Still the amount that you will earn can depend only on you, that's how much you are giving time and efforts on this.

Here below mentioned some technique to earn money online.


1. Blogging – If you are very much passionate about blogging, and love to write, then undoubtedly blogging will be the best option for you, just start a blog and write what you love to write and share it publicly, it does not require any technical expertise. This will be the best option to generate traffic also.
Blogging

Building a huge follower list will also enable you to earn money by luring advertisers, writing paid reviews or being paid commissions for promoting other people's products.

2. E-tuitions/Webinars – The demand for good tutor is increasing day by day, if you are willing to become a good tutor, just enroll with the few sites that really working in the online tutoring field and earn good money, like Tutor Vista, Tutor.com, Smart Thinking and many more.
etuitions

If you have a good reputation you can start seminars and students love to pay for better coaches in these marketers, you can earn good money without any hard work website will pay you types of seminars.

3. Affiliate/Reseller – As an affiliate to promote their product on your website; you just need to register on these sites and enroll.
Affiliate/Reseller

Companies like Commission Junction or Click Bank have a big pool of products.

4. Paid Writing – If blogging is not your cup of tea start paid writing, write for companies, people about any product and services and get paid for it. Writing an e-book is also a great way to earn money without any investment. Earn without any cost for printing and shipping. If you have a good command over languages, you can become a copy editor, where specifically webmasters will pay you to read articles and correct grammatical errors etc.

5. Buying/Selling domains – Purchasing and then again selling domain make your pocket full, you can buy domains and after little work and time again sell them through this also you can get better money.

Buying Selling domains

The best way to buy a domain for profit is buy domain only that are expired and terminated from lists and again list it.

6. You Tube – If you are a musician, dancer or any best performer upload yourself on YouTube and you can earn money from ads displayed on your video page, this is also like PPC program. Flixya and Mediaflix are the best sites regarding this.

7. Researching for others - Don't be pessimistic if you cannot write well, design or coding. Lack of talent cannot stop you from making money online. If you are willing to work hard for a few hours a week, you can take up simple research works for other people who do not have the time to do it for them. You could search for opportunities in companies that provide funding for research and offer to support them through online investigation.

8. GPT program – Get paid to sites become very popular nowadays because it is a good way to earn money without having any skills, signing up for free Web sites, newsletters, playing games and filling out online surveys these works does not require any expertise so people who does not have that much skills love to participate in it and earn money as well.

GPT program


Contests2win is a very good website.

9. Advertising – Space selling on your blog or website is free and you can sell space for advertisement and you will get money when people will click on the ads that displayed on your blog or website.

Advertising

Google AdSense BidVertiser, Text Link Ads and Blog ads. Direct banner and RSS feed are also a few other options.
10. Support & Service - Giving online support others to webmasters to fix their issues or writing code for them also help to earn money.

Best Android Secret Tips and Tricks

 Android is the Linux based OS designed basically for touch screen phones. Nowadays android phones are so much widespread that they consist of 65% of the total cell phone market. Android Smart phones delivers greater performance than the typical Java enabled and Symbian phones. Many android customers are not aware about the hidden options of Android phones. These days we are sharing a piece of writing on the way to make you familiar with some effective Android secret tips and tricks or hidden features of Android Smart phones.

1)  Reboot:Repeatedly android customers face an issue of freezing. When your android phone is frozen, you could reboot it by using an android trick.
Simply press Power Button+ volume up button +Home key simultaneously.
2) Faster Google Access: 
Android telephones built primarily for the internet, lots of android customers don’t recognize that android phones provide a technique in which we will get access to Google search in just a single click. To make use of this android trick,
Press menu key and keep it pressed for a couple of seconds, it is going to launch the Google search.
3) Get targeted details about telephone standing: 
We will get the unique facts like phone data, battery information, usage data and Wi-Fi information through just dialling *#*#4636#*#*
This USSD can be useful to get the details about battery usage, the DNS test, Ping, software time usage time and so on.
4) Transfer android apps to SD card:Its excellent thought to install android apps on SD card, but what if you put in apps to your telephone memory. Don’t be worried because android phones provide a technique in which we can transfer our apps to SD card. To move apps to SD card, apply these steps:
Go to settings > application settings > manage software > choose the app and you are going to see the option “transfer to SD card”.
5) Factory Reset and Hard Reset your android phone: 
This android trick proves to be very useful while promoting an Android Smartphone. Android phone can also be formatted in two methods
  • Factory resets
  • Hard reset
a) Factory reset: In this type of reset, your phone is being formatted to the manufacturing unit stage. Which means all the settings will go through default and all of the interior knowledge might be deleted. Reset factory a phone dial *#*#7780#*#*.
b) Hard reset: To hard reset a device dial *2767*3855#, this may increasingly delete all the files (including internal and external SD information) as well as settings of Android Smartphone. Don’t try testing objective, unless you aren’t sure because it won’t ask for a confirmation.

6) Taking screenshots on Android phone:
Android phones offer an amazing characteristic which allows us to take screenshot without the use of any 3rd party software. But Android methods vary from one android model to another version.
  • Press the home button + power key (This trick worked on most android telephones.)
  • For Galaxy Nexus: power key + volume down button.
  • For Galaxy notice 2 and S3: Swipe your palm on the display to take screenshot.
These are some of the best Android secret tips and tricks which will make you more productive with your Android Smartphone, Do let us know have you tried these tricks on your Android Smartphone or not.

Android Secret Codes for All Mobile

Android Secret Codes for All Mobile


Hai friends, here is a wide collection of secret codes for your mobile with Android OS. These codes enables you to access the hidden options which are not shown by default on your device, and can be used for testing the functions of various utilities used by your mobile.

android-secret-codes
Note: We Cannot guaranty that these codes will work on all Android mobiles!

These codes are used only by technicians, So be careful with them and use it at your own risk. Press "Ctrl+D" for Future Use! :)

Android General Codes are:


  1. *#0*# – This code will enable you to enter the service menu on newer phones like Galaxy S III.
  2. *#06# – To Display's IMEI number.
  3. *2767*3855# – To format your device i.e To delete everything on the phone memory.
  4. *#7780# – Reset the /data partition to factory state.
  5. *#4636# – This code will display your usage statistics and battery. (older version)
  6. *#273282*255*663282# – This code helps you to back up all media files on your mobile.
  7. *#197328640# – This code will send you to the test mode, to test various functionality of your mobile.
  8. *#1111# – This code will display FTA software version.
  9. *#1234# – This code will show PDA and firmware version.
  10. *#232339# – For wireless LAN tests.
  11. *#0842# – This code is used for Backlight/vibration test.
  12. *#12580*369# – Display's Software and hardware info.
  13. *#2664#* – This code is used for Testing the touchscreen.
  14. *#9900# – System dump mode.
  15. *#9090# – Diagnostic configuration.
  16. *#34971539# – Will display Detailed camera information.
  17. *#872564# – USB logging control.
  18. *#301279# – HSDPA/HSUPA Control Menu.
  19. *#7465625# – This code will display phone's lock status.

Basic Codes:


(1) *#7780# - This code is used for factory restore setting.This will remove Google account setting and System and application data and settings.
(2) *2767*3855# - This code is used for factory format, and will remove all files and settings including the internalmemory storage. It will also re install the firmware.
(3) *#4636# - This code show information about your phone and battery.
(4) *#273283*255*663282# - This code opens a File copy screen where you can backup your media files e.g. Images, Sound, Video and Voice memo.
(5) *#197328640# - This code can be used to enter into Service mode. You can run various tests and change settings in the service mode.
(6) *#7594# - This code enable your "End call / Power" button into direct power off button without asking for selecting any option(silent mode, aero plane and power-off).
(7) *#8255# - This code can be used to launch G Talk Service Monitor.
(8) *#34971539# - This code is used to get camera information. Please avoid update camera firmwareoption.

W-LAN, GPS and Bluetooth Test Codes:


(1) *#232339# OR *#526# OR *#528# - W-LAN test (Use “Menu” button to start various tests).
(2) *#232338# - Shows WiFi MAC address.
(3) *#1472365# - GPS test.
(4) *#1575# - Another GPS test.
(5) *#232331# - Bluetooth test.
(6) *#232337# - Shows Bluetooth device address.

Codes to launch various Factory Tests:


(1) *#0842# - Device test (Vibration test and BackLight test).
(2) *#0588# - Proximity sensor test.
(3) *#0*# - LCD test.
(4) *#2664# - Touch screen test.
(5) *#2663# - Touch screen version.
(6) *#0283# - Packet Loopback.
(7) *#0673# OR *#*#0289#*#* - Melody test.
(8) *#3264# - RAM version.

Code for firmware version information:


(1) *#1111# - FTA SW Version.
(2) *#2222# - FTA HW Version.
(3) *#44336# - PDA, Phone, CSC, Build Time, Changelist number.
(4) *#4986*2650468# - PDA, Phone, H/W, RFCallDate.
(5) *#1234# - PDA and Phone.

Note: We will not be responsible for any damage of your phone,no will be liable for any damage.

Friday, 12 June 2015

TRAFFIC RULES & REGULATIONS FOR TWO- WHEELER RIDERS






TRAFFIC RULES & REGULATIONS FOR TWO- WHEELER RIDERS


We can avoid accidents by following guidelines:

1. While driving always carry your original driving license and important

documents such as your vehicle registration certificate, insurance

certificate, road tax token.

2. MUST NOT carry more than one pillion rider and he/she MUST sit

astride the machine on a proper seat and should keep both feet on the

footrests.

3. Make yourself as visible as possible from the sides as well as the 

front and rear. You could wear a white or brightly coloured helmet.

4. You should be aware of what is behind and on the sides before 

maneuvering. Look behind you; use mirrors if they are fitted.

5. Wear bright coloured clothing to improve your chances of being seen

in the dark.

6. Don't mix drinking with driving.

7. Follow the traffic signals, lights and signs, and always stop before the

STOP LINE at traffic intersections when yon see a red traffic light or

the Policeman signals you to stop.

8. Avoid using the cell phone when driving. If urgent move to left, stop

and then take the call.

9. Do not ride at high speeds. You may lose control and your life in the

bargain. 

              

10. MUST wear a protective helmet. Helmets MUST comply with the

Regulations and they MUST be fastened securely.

11. Do not ride or wheel your vehicle on to the footpath.

12. Use your lights when riding at night.

13. Understand the signals given by other road users and use the same

when riding.

14. Never stop abruptly in traffic. Move to the left and slow down.

15. When passing a stationery vehicle allow sufficient clearance for the

 car doors which may open suddenly.

16. Do not try and weave your way through stationery or slow moving

traffic. It may cause accidents.

17. Always ride with both hands on the handlebar except when 

signaling.

18. Don't sit children on fuel tanks or stand them in front of the rider.

19. Avoid using brakes at turns. If needed, ensure both brakes are 

applied gently.

 

 

 


Thursday, 11 June 2015

Consumer Rights - INDIA

Be an Indian....





Know your rights as consumer




 

1-->Right to Safety


Means right to be protected against the marketing of goods and services, which are hazardous to life and property. The purchased goods and services availed of should not only meet their immediate needs, but also fulfil long term interests.Before purchasing, consumers should insist on the quality of the products as well as on the guarantee of the products and services. They should preferably purchase quality marked products such as ISI,AGMARK, etc


2-->Right to be Informed


Means right to be informed about the quality, quantity, potency, purity, standard and price of goods so as to protect the consumer against unfair trade practices.Consumer should insist on getting all the information about the product or service before making a choice or a decision. This will enable him to act wisely and responsibly and also enable him to desist from falling prey to high pressure selling techniques.

3-->Right to Choose

Means right to be assured, wherever possible of access to variety of goods and services at competitive price. In case of monopolies, it means right to be assured of satisfactory quality and service at a fair price. It also includes right to basic goods and services. This is because unrestricted right of the minority to choose can mean a denial for the majority of its fair share. This right can be better exercised in a competitive market where a variety of goods are available at competitive prices.

4-->Right to be heard


Means that consumer's interests will receive due consideration at appropriate forums. It also includes right to be represented in various forums formed to consider the consumer's welfare.The Consumers should form non-political and non-commercial consumer organizations which can be given representation in various committees formed by the Government and other bodies in matters relating to consumers.


5-->Right to Seek redressal


Means right to seek redressal against unfair trade practices or unscrupulous exploitation of consumers. It also includes right to fair settlement of the genuine grievances of the consumer.Consumers must make complaint for their genuine grievances.Many a times their complaint may be of small value but its impact on the society as a whole may be very large. They can also take the help of consumer organisations in seeking redressal of their grievances.


6-->Right to Consumer Education

Means the right to acquire the knowledge and skill to be an informed consumer throughout life.Ignorance of consumers, particularly of rural consumers, is mainly responsible for their exploitation. They should know their rights and must exercise them. Only then real consumer protection can be achieved with success.

7-->Right to Basic Needs


Means the right to guarantees survival, adequate food, clothing, shelter, health care, education and sanitation. With this right, consumers can look forward to the availability of basic and prime commodities at affordable prices and good quality.

8--> Right to a Healthy Environment

The right to live and work in an environment which is neither threatening nor dangerous and which permits a life of dignity and well-being.