Scala

53 / 53

Scala - Resources

Slides


No hints are availble for this assesment

Answer is not availble for this assesment

Please login to comment

11 Comments

This comment has been removed.

HI Akshay

Please drop a mail to reachus@cloudxlab.com

 1  Upvote    Share

I have completed the course , Kindly share the certificate

  Upvote    Share

I have completed the course and hence kindly share the certificate of course completion.

  Upvote    Share

Hi Mohit,

Please mail us at reachus@cloudxlab.com. 

 1  Upvote    Share

I completed the full scala topic, yet it shows 98% completed in "My courses" section. Please correct this sooner. This creates problem in keeping a tap on how much I've completed.

  Upvote    Share

Check if you have clicked 'Mark As Complete' button on last (Scala- Resources) page.

And refresh your course page.

  Upvote    Share

I have tried simple scala code but getting an error. I didn't understand why i am getting this error. I have attached 2 screenshots. 1 is of scala_code and other one is scala_error. Please have a look and let me know what is the issue in it.

  Upvote    Share

To use the scalac you program should have main method like this:
object HelloWorld {
def main(args: Array[String]) {
var hw = new HelloWorldC()
hw.main(args)
}
}

You can use simply scala person.scala to run it.

  Upvote    Share

I got it. According to PDF you attached with scala, we can create object outside the class which is giving an error. May be some version.

So, We have to create an object inside the singelton object. Please correct me if I'm wrong here.

Thanks

  Upvote    Share

You are right.

  Upvote    Share