About Kotlin — Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its…
read moreWhat are string in python? – Python string is a collection of unicode characters.– Python strings can be enclosed in single, double or triple quotes. Example: ‘ICTSouthBopal’ “ICTSouthBopal” ‘ ‘ICTSouthBopal’ ‘ “””ICTSouthBopal””” – Use to escape special…
read moreA python program is called as a script in which it has sequence of definitions and commands. Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991. Python is a specification for a language…
read moreWhat is PHP? PHP is a server side scripting language. that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages. PHP scripts can only be interpreted on…
read moreWordPress 5.1 rolled out to users on Friday complete with Site Health, a new security mechanism designed to alert site owners when they are using outdated versions of PHP. According to the developers of the world’s most popular CMS, when installing new…
read more