
Search In
Storage classes defines the scope of the variable in the function. Storage class specified for a variable shows that for how long time the variable will remain in the program and which section of the program will have the accessibility of the variabl
Hi All,
In this blog, I will tell you , how to make a simple Sign-In/Log-In UI for User. I'm using python27 for this code. Python give you IDLE, which is a good python editor. There are many libraries to make User interface in python, but i m us
PreparedStatement interface:
It is used to execute a SQL parameterized query and it compiles only one time and we can use it many times. It extends the Statement interface. It is more secure then Statement interface and safely provide valu
Difference of String, StringBuilder and StringBuffer in Java?
String
1)String value are stored in dynamic memory (managed heap) and variables of type string keep a reference to an object in heap.
2)The character sequence stored in string variable
Here we will learn how to open camera in android, to open Camera in the android app we have to add
<uses-permission android:name="android.permission.CAMERA"/>
permission in our manifest file.
In this example I'm moving to
You might bound out of bed every morning overjoyed at the possibility of working another day in your business. But there might also be times when your entrepreneurial enthusiasm/zeal starts to wind down/wane and you simply drift along, going through
In the below example I have created Toolbar text animation function. Here In activity_main.xml layout first I have created Toolbar and added a TextView, then In MainActivity I have used ObjectAnimator class. You can see below program it will clearly
Hello Readers..
By this blog i am trying to explain the few important tips for the bug analysis. Before creating any new bug we have to analysis in well manner. Here i am mentioning few points and i hope these points will very helpful for all the te
VPN is used by the companies who have very sensitive data flow in their organization.
Data is crucial in terms of every aspect for some governing bodies like military.
So in that case these bodies purchase their own private network
text
This attribute is used to set or return the text content of the elements which are selected. HTML markup is removed when this attribute is used to return text content i.e returns that text content that can be displayed in the browser whil
