Can a variable name be declared as List name?
Hi All,
Developing a chat application. Wanted to store the data according to the scope. The scope will be different for different rooms. My doubt is can a variable name(scope name) be declared as a List name? Everytime a new scope is created, a new list has to be generated at the server side.
Thanks and regards,
Pachi

