Enter Keywords:
1 - 10 of 55(0 seconds)
Sort By:
 
what is encapsulation in java ?
Zones: JavaDate Answered: 06/24/1999 Rating: 6.0 Views: 0
What are some problems caused by insufficient encapsulation mechanisms?
Zones: ProgrammingDate Answered: 01/09/2007 Rating: 8.8 Views: 0
as all of you know abstraction, encapsulation, data hiding are the +points of OOP languages compared to procedural languages. Can you please tell me how these are interrelated, if possible with e...
Zones: C++Date Answered: 02/11/2000 Rating: 5.6 Views: 9
I have the following entry in my /etc/vfstab:    /dev/vx/dsk/home        /dev/vx/rdsk/home       /export/home    ufs     2       yes     - There is a note in the vfstab that says the following:...
Zones: Unix OSDate Answered: 03/07/2002 Rating: 8.2 Views: 0
My website first allows users to enter information into a textarea, saves it to a db and recalls the information when needed.  That part works fine.  However when the item is recalled, if the user ...
Zones: ASPDate Answered: 05/21/2003 Rating: 8.6 Views: 0
Hi all, I have no real question as such, but I was hoping just to get an idea on a few peoples oppinion on something.   I am a young developer, about to turn 21. This is my first development posi...
Zones: DatabasesDate Answered: 04/29/2004 Rating: 7.8 Views: 0
i have a class in a webservice: public class OMAccount             {                   [XmlElement("User")]                   public string User;                   [XmlElement("BizID")]                   public string BizID;                   [XmlElement("SecurityCID")] ...
Zones: C#Date Answered: 08/09/2004 Rating: 6.8 Views: 0
Having a brain fart: Say I am in the middle of a telnet session, and I type "a." Say "a" is one byte. "a" gets encapsulated by the transport layer.  Once the transport layer encapsulates it,...
Zones: Networking, App ProtocolsDate Answered: 09/23/2005 Rating: 8.4 Views: 0
I am attempting to replace a netopia DSL router with a 1721 (WIC-1ADSL).  DSL is provided by AT&T using ADSL with a static IP.   The pvc, user, password, static IP, subnet, and encapsulation are...
Zones: Networking Hardware, R...Date Answered: 02/27/2007 Rating: 5.4 Views: 12
Hi, I am trying to pass a parameter to an applied function like such: function catClass(){     this.sound = "miau";     this.makeSound = function(sound){         alert(this.sound + ", " + ...
Zones: JavaScript, DHTML, Web D...Date Answered: 10/16/2007 Rating: 7.4 Views: 0