You need to sign in to do that
Don't have an account?

name Space
What is use of name space ?
can i remoove it ?
where it is manditory ? can any one send me .............
You need to sign in to do that
Don't have an account?
What is use of name space ?
can i remoove it ?
where it is manditory ? can any one send me .............
Namespaces are currently used for Manage Packages. This is mainly used (and this would be my opinion) to avoid name conflicts and protect IP(intellectual property). It can allow manage packages to only allow classes with that namespace only access itself unless defined otherwise as a global class.
More info found below:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_namespace_prefix.htm
Check here
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_namespace_prefix.htm
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks