Windows 10 for 32 Bit and 64 Bit Free Download

Specifications of Windows 10

Windows 10 is available in 32 bit and 64 bit versions with multi language.
You can install it offline Installer and it is Full Standalone Setup:


Its Totally Free 




Requirements for Windows 10

1 GHz Processor Speed.

1GB RAM (Memory) for 32 Bit and 2GB for 64 Bit OS. 

16 GB Free Hard Disk 


Download Windows 10 for 32 Bit and 64 Bit:

Click Here to download the 32 bit version

Proper Patola(2014) part 1


Proper Patola(2014)

Tips for Using UI-Router

Linking To States


Angular provides the

ngHref directive which allows us to bind variables to URLs. UI-Router provides us with ui-sref which allows us to link to states. This is different than linking to a normal URL. When using UI-Router you want to link to a state, not a URL.


Examples:- 
Let’s say we have a state like so:


$stateProvider

    .when('party', {
        url: '/party',
        template: '<h1>This Is A State</h1>'
    });

Now to link to it in one of our views:
<a ui-sref="party">Go To Party</a>
This will turn into
<a href="/party" ui-sref="party">Go To Party</a> in our browser. Notice how the href is generated for us.

Why Java is Secure and Portable ?

The answer is
  BYTECODE.!

Bytecode it the key that makes Java language most secure and Portable.

When you compile your java program then on successful compilation , java compiler (javac) generates a class file with .class extension which contains the Bytecodes of your java program. Now the Bytecodes which are generated are secure and they can be run on any machine (portable) which has JVM.

LinkWithin

Related Posts Plugin for WordPress, Blogger...