What is a server object?

Pals, Can anyone explain me what is a server object? How can we load these objects
[103 byte] By [BenjaminJavaa] at [2007-11-26 14:49:37]
# 1
It's a big shiny elephant that comes from Mongolia.Ted.
ted_trippina at 2007-7-8 8:37:38 > top of Java-index,Java Essentials,Java Programming...
# 2
Please consider providing some context for your question.
cotton.ma at 2007-7-8 8:37:38 > top of Java-index,Java Essentials,Java Programming...
# 3
> Pals, > > Can anyone explain me what is a server object? > > How can we load these objectsServer.CreateObject(" foo ")but that's vbscript of course.
prob.not.sola at 2007-7-8 8:37:38 > top of Java-index,Java Essentials,Java Programming...
# 4
> Pals, > > Can anyone explain me what is a server object? > > How can we load these objectsWhy do you think you need to load them?
kajbja at 2007-7-8 8:37:38 > top of Java-index,Java Essentials,Java Programming...
# 5

there's no such thing as a server object

or at least you won't find it in any dictionary

an object is an instance of a class at runtime

a server is a computer/program that delivers data to other computers/programs

so i'll just step out on a limb here and say that a server object is a class instantiated by a server application

SoulTech2012a at 2007-7-8 8:37:38 > top of Java-index,Java Essentials,Java Programming...