programmers vocabulary
Friday, May 26, 2017
Java vs. Kotlin
Hi
Guys,
There are a lot of difference in how a java program and kotlin program.
1. package
Java does not allow package name as java , but Kotlin allows to have a package name as kotlin.
2.import
Java program by default imports java.lang.* package.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
ec2-user@ec2 Permission denied
can't bind to 'formcontrol' since it isn't a known property of 'input'
Hi Guys , In this blog I will share information related to error : can't bind to 'formcontrol' since it isn't a known pr...
Target container is not a DOM element.
Hi Guys , This blog is about the error " Target container is not a DOM element. " The full error in the console log is ...
ReferenceError: MongoClient is not defined
Hi Guys , In this blog I will share information related to error : ReferenceError: MongoClient is not defined . This error is related...
No comments:
Post a Comment