aspose file tools
The moose likes Servlets and the fly likes system.log question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "system.log question" Watch "system.log question" New topic
Author

system.log question

soumik paul
Greenhorn

Joined: Jan 14, 2013
Posts: 5
I was preparing for a technical interview and so I came across a question for which i could not find the answer. I am sure it will have a very simple answer but since I was not familiar with the language I was unable to evaluate it. If you could also explain the operation it would be helpful. The code is as follows:

var a="3";
var b=2;
var c=1;

(The next part is something which I do not remember perfectly. It was either System or console....)

System/Console.Log(a+b+c);


The question was to find the output.


Thanking You
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56554
    
  14

That's all JavaScript. It has nothing at all to do with Servlets.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
soumik paul
Greenhorn

Joined: Jan 14, 2013
Posts: 5
Ok sorry my mistake completely. I will post it in the java scripts threads.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: system.log question
 
Similar Threads
ICE 287 answers for WebSphere 5.0
IBM question - Interface
Security Issue
Direct access to class members
Grouping classes into the package