system.version Questions

3

Is there a Java equivalent of .NET's System.Version class? How do I say this in Java? Version myVersion = new Version(2, 1);
Alee asked 27/3, 2012 at 14:4

3

Context: I need to pass an object containing a large number of properties/fields (to UI Layer from Middle Tier Layer). Among this list of properties, one is of type Version which is not getting des...
Caressive asked 1/11, 2012 at 3:6

3

Solved

What is the best way to store System.Version in SQL Server? When I use varchar type, result of order by asc is: 1.0.0.0 11.0.0.0 12.0.0.0 2.0.0.0
Rigorous asked 17/10, 2012 at 11:48
1

© 2022 - 2024 — McMap. All rights reserved.